Interface HasListPropertiesChangedHandlers
- All Superinterfaces:
 HasHandlers
- All Known Implementing Classes:
 ListPropertiesPane
- 
Method Summary
Modifier and TypeMethodDescriptionNotification method fired when the pane'slistPropertieschanges.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addListPropertiesChangedHandler
Notification method fired when the pane'slistPropertieschanges.- Parameters:
 handler- the listPropertiesChanged handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -