Interface EventAddedHandler

All Superinterfaces:
EventHandler

public interface EventAddedHandler extends EventHandler
  • Method Summary

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

    • onEventAdded

      void onEventAdded(CalendarEventAdded event)
      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:
      event - the event