Uses of Package
net.sf.asterisk.manager.event

Packages that use net.sf.asterisk.manager.event
net.sf.asterisk.manager Provides an implementaion of Asterisk's Manager API. 
net.sf.asterisk.manager.event Provides classes that represent the standard events that can be received from an Asterisk server via the Manager API. 
net.sf.asterisk.manager.impl Provides private implementations for interfaces defined in the net.sf.asterisk.manager package. 
 

Classes in net.sf.asterisk.manager.event used by net.sf.asterisk.manager
ConnectEvent
          A ConnectEvent is triggered after successful login to the asterisk server.
It is a pseudo event not directly related to an asterisk generated event.
DisconnectEvent
          A DisconnectEvent is triggered when the connection to the asterisk server is lost.
It is a pseudo event not directly related to an asterisk generated event.
HangupEvent
          A HangupEvent is triggered when a channel is hung up.
It is implemented in channel.c
JoinEvent
          A JoinEvent is triggered when a channel joines a queue.
It is implemented in apps/app_queue.c
LeaveEvent
          A LeaveEvent is triggered when a channel leaves a queue.
It is implemented in apps/app_queue.c
LinkEvent
          A LinkEvent is triggered when two voice channels are linked together and voice data exchange commences.
Several Link events may be seen for a single call.
ManagerEvent
          Abstract base class for all Events that can be received from the Asterisk server.
Events contain data pertaining to an event generated from within the Asterisk core or an extension module.
There is one conrete subclass of ManagerEvent per each supported Asterisk Event.
NewCallerIdEvent
          A NewCallerIdEvent is triggered when the caller id of a channel changes.
It is implemented in channel.c
NewChannelEvent
          A NewChannelEvent is triggered when a new channel is created.
It is implemented in channel.c
NewExtenEvent
          A NewExtenEvent is triggered when a channel is connected to a new extension.
It is implemented in pbx.c
NewStateEvent
          A NewStateEvent is triggered when the state of a channel has changed.
It is implemented in channel.c
OriginateEvent
          Abstract base class for events triggered in response to an OriginateAction.
QueueEntryEvent
          A QueueEntryEvent is triggered in response to a QueueStatusAction and contains information about an entry in a queue.
It is implemented in apps/app_queue.c
QueueMemberEvent
          A QueueMemberEvent is triggered in response to a QueueStatusAction and contains information about a member of a queue.
It is implemented in apps/app_queue.c
QueueParamsEvent
          A QueueParamsEvent is triggered in response to a QueueStatusAction and contains the parameters of a queue.
It is implemented in apps/app_queue.c
RenameEvent
          A RenameEvent is triggered when the name of a channel is changed.
It is implemented in channel.c
StatusCompleteEvent
          A StatusCompleteEvent is triggered after the state of all channels has been reported in response to a StatusAction.
StatusEvent
          A StatusEvent is triggered for each active channel in response to a StatusAction.
UnlinkEvent
          An UnlinkEvent is triggered when a link between two voice channels is discontinued, for example, just before call completion.
It is implemented in channel.c
 

Classes in net.sf.asterisk.manager.event used by net.sf.asterisk.manager.event
AbstractAgentEvent
          Abstract base class for several agent related events.
AbstractParkedCallEvent
          Abstract base class for several call parking related events.
AbstractQueueMemberEvent
          Abstract base class for several queue member related events.
ChannelEvent
          Abstract base class providing common properties for HangupEvent, NewChannelEvent and NewStateEvent.
LinkageEvent
          Abstract base class providing common properties for LinkEvent and UnlinkEvent.
ManagerEvent
          Abstract base class for all Events that can be received from the Asterisk server.
Events contain data pertaining to an event generated from within the Asterisk core or an extension module.
There is one conrete subclass of ManagerEvent per each supported Asterisk Event.
MeetMeEvent
          Abstract base class providing common properties for meet me (asterisk's conference system) events.
OriginateEvent
          Abstract base class for events triggered in response to an OriginateAction.
QueueEvent
          Abstract base class providing common properties for JoinEvent and LeaveEvent.
QueueMemberEvent
          A QueueMemberEvent is triggered in response to a QueueStatusAction and contains information about a member of a queue.
It is implemented in apps/app_queue.c
ResponseEvent
          Abstract base class for events triggered in response to a ManagerAction.
All ResponseEvents contain an additional action id property that links the event to the action that caused it.
 

Classes in net.sf.asterisk.manager.event used by net.sf.asterisk.manager.impl
ManagerEvent
          Abstract base class for all Events that can be received from the Asterisk server.
Events contain data pertaining to an event generated from within the Asterisk core or an extension module.
There is one conrete subclass of ManagerEvent per each supported Asterisk Event.
ResponseEvent
          Abstract base class for events triggered in response to a ManagerAction.
All ResponseEvents contain an additional action id property that links the event to the action that caused it.
 



Copyright © 2004-2005 Stefan Reuter. All Rights Reserved.