com.vaadin.client.ui
Interface VCalendar.EventMovedListener
- Enclosing class:
- VCalendar
public static interface VCalendar.EventMovedListener
Listener interface for listening to event moved events. Occurs when a
user drags an event to a new position
|
Method Summary |
void |
eventMoved(CalendarEvent event)
Triggered when an event was dragged to a new position and the start
and end dates was changed |
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
Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.