Class DefaultScheduleStrategy
java.lang.Object
com.lipisak.vaadin.slidetab.DefaultScheduleStrategy
- All Implemented Interfaces:
ScheduleStrategy
The default
ScheduleStrategy uses a static Timer instance for scheduling, and cancels any previously
scheduled task when a new task is scheduled.-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidschedule(SlideTab.TabTask tabTask, int delayMillis) Schedules the givenSlideTab.TabTaskafter the given delay.
-
Constructor Details
-
DefaultScheduleStrategy
public DefaultScheduleStrategy()
-
-
Method Details
-
schedule
Description copied from interface:ScheduleStrategySchedules the givenSlideTab.TabTaskafter the given delay.- Specified by:
schedulein interfaceScheduleStrategy
-