org.jgroups.util

Interface SchedulerListener

public interface SchedulerListener

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)


started

public void started(Runnable r)


stopped

public void stopped(Runnable r)


suspended

public void suspended(Runnable r)


Copyright B) 2001,2002 www.jgroups.com . All Rights Reserved.