public interface QueueEventProxy
QueueService.
When a listener is added, all recorded events are replayed into the listener.| Modifier and Type | Method and Description |
|---|---|
void |
addQueueListener(QueueListener listener)
Add a
QueueListener that will be notified on events
relative to the observed QueueService. |
void |
removeQueueListener(QueueListener listener)
Remove a
QueueListener from the observed QueueService. |
void addQueueListener(QueueListener listener)
QueueListener that will be notified on events
relative to the observed QueueService.listener - added listenervoid removeQueueListener(QueueListener listener)
QueueListener from the observed QueueService.listener - removed listenerCopyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.