com.smartgwt.client.widgets.calendar.events
Interface HasEventRemovedHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
Calendar

public interface HasEventRemovedHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addEventRemovedHandler(EventRemovedHandler handler)
          Notification fired whenever a user removes an event
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addEventRemovedHandler

HandlerRegistration addEventRemovedHandler(EventRemovedHandler handler)
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:
handler - the eventRemoved handler
Returns:
HandlerRegistration used to remove this handler