org.apache.qpid.client.state
Interface StateAwareMethodListener

All Known Implementing Classes:
BasicDeliverMethodHandler, BasicReturnMethodHandler, ChannelCloseMethodHandler, ChannelCloseOkMethodHandler, ChannelFlowOkMethodHandler, ConnectionCloseMethodHandler, ConnectionOpenOkMethodHandler, ConnectionRedirectMethodHandler, ConnectionSecureMethodHandler, ConnectionStartMethodHandler, ConnectionTuneMethodHandler

public interface StateAwareMethodListener

A frame listener that is informed of the protocl state when invoked and has the opportunity to update state.


Method Summary
 void methodReceived(AMQStateManager stateManager, AMQMethodEvent evt)
           
 

Method Detail

methodReceived

void methodReceived(AMQStateManager stateManager,
                    AMQMethodEvent evt)
                    throws org.apache.qpid.AMQException
Throws:
org.apache.qpid.AMQException