com.sun.sgs.impl.kernel.schedule
Interface TimedTaskListener

All Known Implementing Classes:
FIFOSchedulerQueue, WindowSchedulerQueue

interface TimedTaskListener

Package-private interface for notifying when delayed tasks are ready.


Method Summary
 void timedTaskReady(ScheduledTask task)
          Called when a delayed task has reached its time to run.
 

Method Detail

timedTaskReady

void timedTaskReady(ScheduledTask task)
Called when a delayed task has reached its time to run.

Parameters:
task - the ScheduledTask that is ready to run

RedDwarf, Version 0.10.1
2010-03-14 10:56:12

Copyright © 2010 The RedDwarf Authors. All rights reserved
Copyright © 2007-2010 Sun Microsystems, Inc. All rights reserved