Package | Description |
---|---|
org.asteriskjava.manager |
Provides an implementaion of Asterisk's Manager API.
|
org.asteriskjava.manager.action |
Provides classes that represent the standard actions that can be sent
to an Asterisk server via the Manager API.
|
org.asteriskjava.manager.event |
Provides classes that represent the standard events that can be received
from an Asterisk server via the Manager API.
|
org.asteriskjava.pbx.asterisk.wrap.userEvents |
Modifier and Type | Method and Description |
---|---|
void |
AbstractManagerEventListener.handleEvent(UserEvent event) |
Modifier and Type | Method and Description |
---|---|
UserEvent |
UserEventAction.getUserEvent() |
Modifier and Type | Method and Description |
---|---|
void |
UserEventAction.setUserEvent(UserEvent userEvent) |
Constructor and Description |
---|
UserEventAction(UserEvent userEvent)
Create the userevent action with userEvent as the event it will send
|
Modifier and Type | Class and Description |
---|---|
class |
PausedEvent |
class |
UnpausedEvent |
Constructor and Description |
---|
UserEvent(UserEvent event) |
UserEvent(UserEvent source,
Channel channel) |
Copyright © 2004–2020. All rights reserved.