| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.logicalcobwebs.proxool.util.AbstractListenerContainerorg.logicalcobwebs.proxool.CompositeStateListenerStateListenerIF that keeps a list of StateListenerIFs
and notifies them in a thread safe manner.
It also implements ListenerContainerIF
which provides methods for
adding and
removing listeners.
Fields inherited from interface org.logicalcobwebs.proxool.StateListenerIF | |
STATE_BUSY, STATE_DOWN, STATE_OVERLOADED, STATE_QUIET | |
Method Summary | |
void |
|
Methods inherited from class org.logicalcobwebs.proxool.util.AbstractListenerContainer | |
addListener, getListeners, isEmpty, removeListener | |
public void upStateChanged(int upState)
- Specified by:
- upStateChanged in interface StateListenerIF
- See Also:
StateListenerIF.upStateChanged(int)