org.apache.qpid.server.subscription
Interface Subscription.StateListener

All Known Implementing Classes:
AMQPriorityQueue, ConflationQueue, SimpleAMQQueue
Enclosing interface:
Subscription

public static interface Subscription.StateListener


Method Summary
 void stateChange(Subscription sub, Subscription.State oldState, Subscription.State newState)
           
 

Method Detail

stateChange

void stateChange(Subscription sub,
                 Subscription.State oldState,
                 Subscription.State newState)


Licensed to the Apache Software Foundation