| Package | Description |
|---|---|
| org.asteriskjava.manager |
Provides an implementaion of Asterisk's 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.events |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractManagerEventListener.handleEvent(BridgeEvent event) |
| Modifier and Type | Class and Description |
|---|---|
class |
LinkEvent
Deprecated.
as of 1.0.0, use
BridgeEvent and
isLink() instead |
class |
UnlinkEvent
Deprecated.
as of 1.0.0, use
BridgeEvent and
isUnlink() instead |
| Constructor and Description |
|---|
BridgeEvent(BridgeEvent event) |
Copyright © 2004–2022. All rights reserved.