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