Uses of Class
net.sf.asterisk.manager.event.ResponseEvent

Packages that use ResponseEvent
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. 
 

Uses of ResponseEvent in net.sf.asterisk.manager.event
 

Subclasses of ResponseEvent in net.sf.asterisk.manager.event
 class AgentsCompleteEvent
          An AgentsCompleteEvent is triggered after the state of all agents has been reported in response to an AgentsAction.
Available since Asterisk 1.2
 class AgentsEvent
          An AgentsEvent is triggered for each agent in response to an AgentsAction.
Available since Asterisk 1.2
 class DBGetResponseEvent
          A DBGetResponseEvent is sent in response to a DBGetAction and contains the entry that was queried.
Available since Asterisk 1.2
 class OriginateEvent
          Abstract base class for events triggered in response to an OriginateAction.
 class OriginateFailureEvent
          An OriginateFailureEvent is triggered when the execution of an OriginateAction failed.
 class OriginateSuccessEvent
          An OriginateSuccessEvent is triggered when the execution of an OriginateAction succeeded.
 class ParkedCallEvent
          A ParkedCallEvent is triggered when a channel is parked (in this case no action id is set) and in response to a ParkedCallsAction.
It is implemented in res/res_features.c
 class ParkedCallsCompleteEvent
          A ParkedCallsCompleteEvent is triggered after all parked calls have been reported in response to a ParkedCallsAction.
 class PeerEntryEvent
          A PeerEntryEvent is triggered in response to a SIPPeersAction or SIPShowPeerAction and contains information about a peer.
It is implemented in channels/chan_sip.c
 class PeerlistCompleteEvent
          A PeerlistCompleteEvent is triggered after the details of all peers has been reported in response to an SIPPeersAction or SIPShowPeerAction.
Available since Asterisk 1.2
 class 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
 class 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
 class QueueMemberStatusEvent
          A QueueMemberStatusEvent shows the status of a QueueMemberEvent
 class 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
 class QueueStatusCompleteEvent
          A QueueStatusCompleteEvent is triggered after the state of all queues has been reported in response to a QueueStatusAction.
Since Asterisk 1.2
 class StatusCompleteEvent
          A StatusCompleteEvent is triggered after the state of all channels has been reported in response to a StatusAction.
 class StatusEvent
          A StatusEvent is triggered for each active channel in response to a StatusAction.
 class ZapShowChannelsCompleteEvent
          A ZapShowChannelsCompleteEvent is triggered after the state of all zap channels has been reported in response to a ZapShowChannelsAction.
 class ZapShowChannelsEvent
          A ZapShowChannelsEvent is triggered in response to a ZapShowChannelsAction and shows the state of a zap channel.
 

Uses of ResponseEvent in net.sf.asterisk.manager.impl
 

Methods in net.sf.asterisk.manager.impl with parameters of type ResponseEvent
 void ResponseEventsImpl.addEvent(ResponseEvent event)
          Adds a ResponseEvent that has been received.
 



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