com.vaadin.client.ui
Interface VCalendar.EventResizeListener

Enclosing class:
VCalendar

public static interface VCalendar.EventResizeListener

Listener interface for when an event gets resized (its start or end date changes)


Method Summary
 void eventResized(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


Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.