| Modifier and Type | Class and Description |
|---|---|
class |
UserEvent |
| Modifier and Type | Method and Description |
|---|---|
HashSet<Class<? extends ManagerEvent>> |
HoldActivityImpl.requiredEvents() |
HashSet<Class<? extends ManagerEvent>> |
SplitActivityImpl.requiredEvents() |
HashSet<Class<? extends ManagerEvent>> |
RedirectToActivityImpl.requiredEvents() |
HashSet<Class<? extends ManagerEvent>> |
DialActivityImpl.requiredEvents() |
HashSet<Class<? extends ManagerEvent>> |
ParkActivityImpl.requiredEvents() |
HashSet<Class<? extends ManagerEvent>> |
BridgeActivityImpl.requiredEvents() |
HashSet<Class<? extends ManagerEvent>> |
JoinActivityImpl.requiredEvents() |
HashSet<Class<? extends ManagerEvent>> |
DialToAgiActivityImpl.requiredEvents() |
HashSet<Class<? extends ManagerEvent>> |
BlindTransferActivityImpl.requiredEvents() |
| Modifier and Type | Method and Description |
|---|---|
void |
HoldActivityImpl.onManagerEvent(ManagerEvent event) |
void |
SplitActivityImpl.onManagerEvent(ManagerEvent event) |
void |
RedirectToActivityImpl.onManagerEvent(ManagerEvent event) |
void |
DialActivityImpl.onManagerEvent(ManagerEvent event) |
void |
ParkActivityImpl.onManagerEvent(ManagerEvent event) |
void |
BridgeActivityImpl.onManagerEvent(ManagerEvent event) |
void |
JoinActivityImpl.onManagerEvent(ManagerEvent event) |
void |
DialToAgiActivityImpl.onManagerEvent(ManagerEvent event) |
void |
BlindTransferActivityImpl.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) |
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() |
HashSet<Class<? extends ManagerEvent>> |
PeerMonitor.requiredEvents() |
| Modifier and Type | Method and Description |
|---|---|
void |
LiveChannelManager.onManagerEvent(ManagerEvent event) |
void |
PeerMonitor.onManagerEvent(ManagerEvent event) |
void |
CoherentManagerEventListener.onManagerEvent(ManagerEvent event)
This method is called when an event is received.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListenerManager.addListener(FilteredManagerListener<ManagerEvent> listener) |
void |
AsteriskPBX.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>> |
OriginateBaseClass.requiredEvents() |
HashSet<Class<? extends ManagerEvent>> |
Dial.requiredEvents() |
HashSet<Class<? extends ManagerEvent>> |
DialToAgi.requiredEvents() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
Dial.onManagerEvent(ManagerEvent event) |
void |
DialToAgi.onManagerEvent(ManagerEvent event) |
Copyright © 2004–2022. All rights reserved.