Interface HasEventAddedHandlers
- All Superinterfaces:
 HasHandlers
- 
Method Summary
Modifier and TypeMethodDescriptionaddEventAddedHandler(EventAddedHandler handler) Notification fired whenever a user adds an event.Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent 
- 
Method Details
- 
addEventAddedHandler
Notification fired whenever a user adds an event.In a calendar with a DataSource, eventAdded() fires after the event has been successfully added at the server
- Parameters:
 handler- the eventAdded handler- Returns:
 HandlerRegistrationused to remove this handler
 
 -