public interface HasEventChangedHandlers extends HasHandlers
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
addEventChangedHandler(EventChangedHandler handler)
Notification fired whenever a user changes an event, whether by dragging the event or by editing it in a dialog.
|
fireEventHandlerRegistration addEventChangedHandler(EventChangedHandler handler)
In a calendar with a DataSource, eventChanged() fires after the updated event has been successfully saved to the server
handler - the eventChanged handlerHandlerRegistration used to remove this handler