org.logicalcobwebs.proxool
类 CompositeStateListener
java.lang.Object
org.logicalcobwebs.proxool.util.AbstractListenerContainer
org.logicalcobwebs.proxool.CompositeStateListener
- 所有已实现的接口:
- StateListenerIF, ListenerContainerIF
public class CompositeStateListener
- extends AbstractListenerContainer
- implements StateListenerIF
A StateListenerIF 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.
- 从以下版本开始:
- Proxool 0.7
- 版本:
- $Revision: 1.6 $, $Date: 2006/01/18 14:40:01 $
- 作者:
- Christian Nedregaard (christian_nedregaard@email.com), $Author: billhorsman $ (current maintainer)
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompositeStateListener
public CompositeStateListener()
upStateChanged
public void upStateChanged(int upState)
- 指定者:
- 接口
StateListenerIF 中的 upStateChanged
- 另请参见:
StateListenerIF.upStateChanged(int)
Copyright © 2014. All rights reserved.