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