Interface EventAddedHandler
- All Superinterfaces:
EventHandler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onEventAdded
(CalendarEventAdded event) Notification fired whenever a user adds an event.
-
Method Details
-
onEventAdded
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
-