Interface EventAddedHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidonEventAdded(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
 
 -