Interface HasEventRemovedHandlers
- All Superinterfaces:
 HasHandlers
- 
Method Summary
Modifier and TypeMethodDescriptionNotification fired whenever a user removes an event.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addEventRemovedHandler
Notification fired whenever a user removes an event.In a calendar with a DataSource, eventRemoved() fires after the event has been successfully removed from the server
- Parameters:
 handler- the eventRemoved handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -