Interface EventRemovedHandler

All Superinterfaces:
EventHandler

public interface EventRemovedHandler extends EventHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notification fired whenever a user removes an event.
  • Method Details

    • onEventRemoved

      void onEventRemoved(CalendarEventRemoved event)
      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:
      event - the event