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

All Superinterfaces:
EventHandler

public interface EventChangedHandler
extends EventHandler


Method Summary
 void onEventChanged(CalendarEventChangedEvent event)
          Notification fired whenever a user changes an event, whether by dragging the event or by editing it in a dialog.
 

Method Detail

onEventChanged

void onEventChanged(CalendarEventChangedEvent event)
Notification fired whenever a user changes an event, whether by dragging the event or by editing it in a dialog.

In a calendar with a DataSource, eventChanged() fires after the updated event has been successfully saved to the server

Parameters:
event - the event