Interface HasEventChangedHandlers
- All Superinterfaces:
 HasHandlers
- 
Method Summary
Modifier and TypeMethodDescriptionNotification fired whenever a user changes an event, whether by dragging the event or by editing it in a dialog.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addEventChangedHandler
Notification fired whenever a user changes an event, whether by dragging the event or by editing it in a dialog.In a calendar with a DataSource, eventChanged() fires after the updated event has been successfully saved to the server
- Parameters:
 handler- the eventChanged handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -