ch.ethz.iks.util
Interface ScheduleListener


public interface ScheduleListener

Interface for listeners of the Scheduler utility.

Author:
Jan S. Rellermeyer, ETH Zurich

Method Summary
 void due(Scheduler scheduler, long timestamp, java.lang.Object object)
          called, when a scheduled object is due.
 

Method Detail

due

void due(Scheduler scheduler,
         long timestamp,
         java.lang.Object object)
called, when a scheduled object is due.

Parameters:
scheduler - the scheduler that has scheduled the object.
timestamp - the timestamp for which the object was scheduled.
object - the scheduled object.


Copyright © 2009 IKS, ETH Zurich. All Rights Reserved.