Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
addEventAddedHandler(EventAddedHandler handler)
Notification fired whenever a user adds an event.
|
com.google.gwt.event.shared.HandlerRegistration addEventAddedHandler(EventAddedHandler handler)
In a calendar with a DataSource, eventAdded() fires after the event has been successfully added at the server
handler
- the eventAdded handlerHandlerRegistration
used to remove this handler