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)

字段摘要
 
从接口 org.logicalcobwebs.proxool.StateListenerIF 继承的字段
STATE_BUSY, STATE_DOWN, STATE_OVERLOADED, STATE_QUIET
 
构造方法摘要
CompositeStateListener()
           
 
方法摘要
 void upStateChanged(int upState)
           
 
从类 org.logicalcobwebs.proxool.util.AbstractListenerContainer 继承的方法
addListener, getListeners, isEmpty, removeListener, stringToUP, UPToString
 
从类 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.