org.apache.qpid.server.state
Interface StateListener


public interface StateListener


Method Summary
 void error(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(Throwable t)


Licensed to the Apache Software Foundation