org.apache.qpid.client.state
Interface StateListener

All Known Implementing Classes:
StateWaiter

public interface StateListener


Method Summary
 void error(java.lang.Throwable t)
           
 void stateChanged(AMQState oldState, AMQState newState)
           
 

Method Detail

stateChanged

void stateChanged(AMQState oldState,
                  AMQState newState)
                  throws org.apache.qpid.AMQException
Throws:
org.apache.qpid.AMQException

error

void error(java.lang.Throwable t)