Interface ScheduleStrategy
- All Known Implementing Classes:
DefaultScheduleStrategy
public interface ScheduleStrategy
Implementations of this class are responsible for scheduling expand/collapse/toggle commands for the
SlideTab.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidschedule(SlideTab.TabTask tabTask, int delayMillis) Schedules the givenSlideTab.TabTaskafter the given delay.
-
Method Details
-
schedule
Schedules the givenSlideTab.TabTaskafter the given delay.
-