Interface HasEventRemovedHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
Calendar, Timeline

public interface HasEventRemovedHandlers extends HasHandlers
  • Method Details

    • addEventRemovedHandler

      HandlerRegistration addEventRemovedHandler(EventRemovedHandler handler)
      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:
      HandlerRegistration used to remove this handler