Modifier and Type | Class and Description |
---|---|
class |
UserEvent |
Modifier and Type | Method and Description |
---|---|
HashSet<Class<? extends ManagerEvent>> |
DialToAgiActivityImpl.requiredEvents() |
HashSet<Class<? extends ManagerEvent>> |
RedirectToActivityImpl.requiredEvents() |
HashSet<Class<? extends ManagerEvent>> |
BlindTransferActivityImpl.requiredEvents() |
HashSet<Class<? extends ManagerEvent>> |
DialActivityImpl.requiredEvents() |
HashSet<Class<? extends ManagerEvent>> |
HoldActivityImpl.requiredEvents() |
HashSet<Class<? extends ManagerEvent>> |
ParkActivityImpl.requiredEvents() |
HashSet<Class<? extends ManagerEvent>> |
BridgeActivityImpl.requiredEvents() |
HashSet<Class<? extends ManagerEvent>> |
SplitActivityImpl.requiredEvents() |
HashSet<Class<? extends ManagerEvent>> |
JoinActivityImpl.requiredEvents() |
Modifier and Type | Method and Description |
---|---|
void |
DialToAgiActivityImpl.onManagerEvent(ManagerEvent event) |
void |
RedirectToActivityImpl.onManagerEvent(ManagerEvent event) |
void |
BlindTransferActivityImpl.onManagerEvent(ManagerEvent event) |
void |
DialActivityImpl.onManagerEvent(ManagerEvent event) |
void |
HoldActivityImpl.onManagerEvent(ManagerEvent event) |
void |
ParkActivityImpl.onManagerEvent(ManagerEvent event) |
void |
BridgeActivityImpl.onManagerEvent(ManagerEvent event) |
void |
SplitActivityImpl.onManagerEvent(ManagerEvent event) |
void |
JoinActivityImpl.onManagerEvent(ManagerEvent event) |
Modifier and Type | Method and Description |
---|---|
HashSet<Class<? extends ManagerEvent>> |
MeetmeRoomControl.requiredEvents() |
Modifier and Type | Method and Description |
---|---|
void |
MeetmeRoomControl.onManagerEvent(ManagerEvent event) |
Modifier and Type | Method and Description |
---|---|
static ManagerEvent |
CoherentEventFactory.build(ManagerEvent event) |
Modifier and Type | Method and Description |
---|---|
static Class<? extends ManagerEvent> |
CoherentEventFactory.getShadowEvent(ManagerEvent event) |
HashSet<Class<? extends ManagerEvent>> |
PeerMonitor.requiredEvents() |
Set<Class<? extends ManagerEvent>> |
FilteredManagerListener.requiredEvents()
Called whenever the listener is first added and any time any listener is
removed to refresh the list of required events.
|
HashSet<Class<? extends ManagerEvent>> |
LiveChannelManager.requiredEvents() |
Modifier and Type | Method and Description |
---|---|
void |
PeerMonitor.onManagerEvent(ManagerEvent event) |
void |
CoherentManagerEventListener.onManagerEvent(ManagerEvent event)
This method is called when an event is received.
|
void |
LiveChannelManager.onManagerEvent(ManagerEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
AsteriskPBX.addListener(FilteredManagerListener<ManagerEvent> listener) |
void |
ListenerManager.addListener(FilteredManagerListener<ManagerEvent> listener) |
void |
AsteriskPBX.removeListener(FilteredManagerListener<ManagerEvent> listener) |
Constructor and Description |
---|
FilteredManagerListenerWrapper(FilteredManagerListener<ManagerEvent> listener) |
Modifier and Type | Method and Description |
---|---|
HashSet<Class<? extends ManagerEvent>> |
Dial.requiredEvents() |
HashSet<Class<? extends ManagerEvent>> |
DialToAgi.requiredEvents() |
HashSet<Class<? extends ManagerEvent>> |
OriginateBaseClass.requiredEvents() |
Modifier and Type | Method and Description |
---|---|
void |
Dial.onManagerEvent(ManagerEvent event) |
void |
DialToAgi.onManagerEvent(ManagerEvent event) |
void |
OriginateBaseClass.onManagerEvent(ManagerEvent event)
It is important that this method is synchronised as there is some
interaction between the events and we need to ensure we process one at a
time.
|
Copyright © 2004–2020. All rights reserved.