org.lastbamboo.common.ice
Interface IceCheckScheduler

All Known Implementing Classes:
IceCheckSchedulerImpl

public interface IceCheckScheduler

Interface for classes that schedule checks.


Method Summary
 void onPair()
          Notifies the scheduler that a pair has been added.
 void scheduleChecks()
          Schedules checks.
 

Method Detail

scheduleChecks

void scheduleChecks()
Schedules checks.


onPair

void onPair()
Notifies the scheduler that a pair has been added. This is useful in certain cases where checks may have stopped, and the scheduler needs to know to go back to work.



Copyright © 2013 LittleShoot. All Rights Reserved.