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

All Superinterfaces:
EventHandler

public interface EventMovedHandler
extends EventHandler


Method Summary
 void onEventMoved(CalendarEventMoved event)
          Called when an event is moved via dragging by a user.
 

Method Detail

onEventMoved

void onEventMoved(CalendarEventMoved event)
Called when an event is moved via dragging by a user. Call CalendarEventMoved.cancel() from within onEventMoved(com.smartgwt.client.widgets.calendar.events.CalendarEventMoved) to disallow the move.

Parameters:
event - the event