org.jgroups.util

Interface SchedulerListener

public interface SchedulerListener

Provides callback for use with a Scheduler.

Method Summary

void
resumed(Runnable r)
void
started(Runnable r)
void
stopped(Runnable r)
void
suspended(Runnable r)

Method Details

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 B) 1998-2005 Bela Ban. All Rights Reserved.