Modifier and Type | Field and Description |
---|---|
protected java.util.List<QueueListener> |
AbstractQueueService.m_listeners
Store QueueListeners.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractQueueService.addQueueListener(QueueListener listener) |
void |
AbstractQueueService.removeQueueListener(QueueListener listener) |
Modifier and Type | Class and Description |
---|---|
class |
ReplayQueueEventProxy
User: guillaume
Date: 02/10/13
Time: 10:51
|
Modifier and Type | Method and Description |
---|---|
void |
ReplayQueueEventProxy.addQueueListener(QueueListener listener) |
void |
ReplayQueueEventProxy.removeQueueListener(QueueListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
PreferenceQueueService.addQueueListener(QueueListener listener) |
void |
PreferenceQueueService.removeQueueListener(QueueListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
ForwardingQueueService.addQueueListener(QueueListener listener) |
void |
ForwardingQueueService.removeQueueListener(QueueListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
QueueService.addQueueListener(QueueListener listener)
Add a
QueueListener that will be notified on events relative to this QueueService . |
void |
QueueService.removeQueueListener(QueueListener listener)
Remove a
QueueListener from this QueueService . |
Modifier and Type | Method and Description |
---|---|
void |
QueueEventProxy.addQueueListener(QueueListener listener)
Add a
QueueListener that will be notified on events
relative to the observed QueueService . |
void |
QueueEventProxy.removeQueueListener(QueueListener listener)
Remove a
QueueListener from the observed QueueService . |
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.