Uses of Interface
hp.telephony.media.ResourceEvent

Packages that use ResourceEvent
hp.telephony.media Provides hp OpenCall with Media Platform custom Telephony API.  
 

Uses of ResourceEvent in hp.telephony.media
 

Subinterfaces of ResourceEvent in hp.telephony.media
 interface ASRRecorderEvent
          This class extends the RecorderEvent interface in order to cover the RTSP and ASR based specific events.
 interface FaxEvent
          This class extends the PlayerEvent and RecorderEvent interfaces in order to cover the Fax based specific events.
 interface PlayerEvent
          Defines the methods used by Player Events.
 interface RecorderEvent
          Defines the methods used in Recorder events.
 interface SignalDetectorEvent
          SignalDetectorEvent defines the methods for SignalDetector Events.
 interface SignalGeneratorEvent
          Defines the methods used in SignalGenerator Events.
 interface SMSPlayerEvent
          This class extends the PlayerEvent interface in order to cover the SMS based specific events.
 interface SMSRecorderEvent
          This class extends the RecorderEvent interface in order to cover the SMS based specific events.
 interface TTSPlayerEvent
          This class extends the PlayerEvent interface in order to cover the RTSP and TTS based specific events.
 

Methods in hp.telephony.media that return ResourceEvent
 ResourceEvent MediaResourceException.getResourceEvent()
          Extract the underlying ResourceEvent from this MediaResourceException.
 

Constructors in hp.telephony.media with parameters of type ResourceEvent
MediaResourceException(ResourceEvent ev)
          Construct a MediaResourceException with the specified ResourceEvent and no detail message.
MediaResourceException(String s, ResourceEvent ev)
          Construct a MediaResourceException with the specified detail message and ResourceEvent.