Interface EventRemovedHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidNotification fired whenever a user removes an event. 
- 
Method Details
- 
onEventRemoved
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
 
 -