public interface HasEventRemovedHandlers extends HasHandlers
| Modifier and Type | Method and Description |
|---|---|
HandlerRegistration |
addEventRemovedHandler(EventRemovedHandler handler)
Notification fired whenever a user removes an event.
|
fireEventHandlerRegistration addEventRemovedHandler(EventRemovedHandler handler)
In a calendar with a DataSource, eventRemoved() fires after the event has been successfully removed from the server
handler - the eventRemoved handlerHandlerRegistration used to remove this handler