org.apache.qpid.server.queue
Interface QueueEntry.StateChangeListener

Enclosing interface:
QueueEntry

public static interface QueueEntry.StateChangeListener


Method Summary
 void stateChanged(QueueEntry entry, QueueEntry.State oldSate, QueueEntry.State newState)
           
 

Method Detail

stateChanged

void stateChanged(QueueEntry entry,
                  QueueEntry.State oldSate,
                  QueueEntry.State newState)


Licensed to the Apache Software Foundation