Package com.vaadin.client.ui
Interface VDateTimeCalendarPanel.TimeChangeListener
-
- Enclosing class:
- VDateTimeCalendarPanel
public static interface VDateTimeCalendarPanel.TimeChangeListenerDispatches an event when the panel when time is changed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidchanged(int hour, int min, int sec, int msec)Handle time change.
-