org.jgroups.util

Interface SchedulerListener

public interface SchedulerListener

Provides callback for use with a Scheduler.
Method Summary
voidresumed(Runnable r)
voidstarted(Runnable r)
voidstopped(Runnable r)
voidsuspended(Runnable r)

Method Detail

resumed

public void resumed(Runnable r)

Parameters: r

started

public void started(Runnable r)

Parameters: r

stopped

public void stopped(Runnable r)

Parameters: r

suspended

public void suspended(Runnable r)

Parameters: r

Copyright ? 1998-2005 Bela Ban. All Rights Reserved.