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

All Superinterfaces:
EventHandler

public interface EventRemovedHandler
extends EventHandler


Method Summary
 void onEventRemoved(CalendarEventRemoved event)
          Notification fired whenever a user removes an event
 

Method Detail

onEventRemoved

void onEventRemoved(CalendarEventRemoved event)
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