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 Type
    Method
    Description
    void
    schedule(SlideTab.TabTask tabTask, int delayMillis)
    Schedules the given SlideTab.TabTask after the given delay.