public interface HasListPropertiesChangedHandlers
extends com.google.gwt.event.shared.HasHandlers | Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration | addListPropertiesChangedHandler(ListPropertiesChangedHandler handler) Notification method fired when the pane's listProperties changes. |
com.google.gwt.event.shared.HandlerRegistration addListPropertiesChangedHandler(ListPropertiesChangedHandler handler)
listProperties changes.handler - the listPropertiesChanged handlerHandlerRegistration used to remove this handler