Package com.vaadin.v7.client.ui
Interface VCalendar.EventMovedListener
-
- Enclosing class:
- VCalendar
public static interface VCalendar.EventMovedListenerListener interface for listening to event moved events. Occurs when a user drags an event to a new position
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voideventMoved(CalendarEvent event)Triggered when an event was dragged to a new position and the start and end dates was changed.
-
-
-
Method Detail
-
eventMoved
void eventMoved(CalendarEvent event)
Triggered when an event was dragged to a new position and the start and end dates was changed.- Parameters:
event- The event that was moved
-
-