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