All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface JavaGroups.SchedulerListener

public interface SchedulerListener

Method Index

 o Resumed(Runnable)
 o Started(Runnable)
 o Stopped(Runnable)
 o Suspended(Runnable)

Methods

 o Started
 public abstract void Started(Runnable r)
 o Stopped
 public abstract void Stopped(Runnable r)
 o Suspended
 public abstract void Suspended(Runnable r)
 o Resumed
 public abstract void Resumed(Runnable r)

All Packages  Class Hierarchy  This Package  Previous  Next  Index