| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration | addEventChangedHandler(EventChangedHandler handler) Notification fired whenever a user changes an event, whether by dragging the event or by editing it in a dialog. |
com.google.gwt.event.shared.HandlerRegistration 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