Package com.vaadin.v7.client.ui
Interface VCalendar.EventResizeListener
-
- Enclosing class:
- VCalendar
public static interface VCalendar.EventResizeListenerListener interface for when an event gets resized (its start or end date changes).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voideventResized(CalendarEvent event)Triggers when the time limits for the event was changed.
-
-
-
Method Detail
-
eventResized
void eventResized(CalendarEvent event)
Triggers when the time limits for the event was changed.- Parameters:
event- The event that was changed. The new time limits have been updated in the event before calling this method
-
-