public interface EventRepositionStopHandler
extends com.google.gwt.event.shared.EventHandler
Modifier and Type | Method and Description |
---|---|
void |
onEventRepositionStop(EventRepositionStop event)
Notification called when an event being drag-moved is dropped.
|
void onEventRepositionStop(EventRepositionStop event)
The newEvent
parameter represents the
event as it will be after the move, including start
and end
dates and lane
and sublane
where applicable.
Call EventRepositionStop.cancel()
from within onEventRepositionStop(com.smartgwt.client.widgets.calendar.events.EventRepositionStop)
to prevent
the default action, of actually updating
the
event.
event
- the event