JSR-043: JTAPI-1.4

javax.telephony.media
Interface MediaServiceEvent

All Superinterfaces:
MediaConstants, MediaEvent, MediaServiceConstants
All Known Subinterfaces:
ASREvent, Async_ASREvent, Async_PlayerEvent, Async_RecorderEvent, Async_SignalDetectorEvent, Async_SignalGeneratorEvent, Async.BindAndReleaseEvent, Async.BindEvent, Async.BindToCallEvent, Async.DelegationEvent, Async.MediaGroupEvent, Async.MediaServiceEvent, Async.ReleaseEvent, Async.ResourceEvent, DelegationEvent, MediaGroupEvent, PlayerEvent, RecorderEvent, ResourceEvent, SignalDetectorEvent, SignalGeneratorEvent
All Known Implementing Classes:
Base.MediaServiceEvent

public interface MediaServiceEvent
extends MediaEvent

An event from a MediaService. Characterized by the MediaService which is the source of the event, and an EventID representing the event identity.

Since:
JTAPI-1.3

Fields inherited from interface javax.telephony.media.MediaServiceConstants
ev_BindAndConnect, ev_BindToCall, ev_BindToServiceName, ev_BindToTerminal, ev_BindToTerminalName, ev_Configure, ev_Connected, ev_DelegateToService, ev_Disconnected, ev_GetConfigSpec, ev_GetConfiguration, ev_GetParameters, ev_GetTerminal, ev_GetTerminalName, ev_GetUserValues, ev_GroupStop, ev_Release, ev_ReleaseDelegated, ev_ReleaseToDestroy, ev_ReleaseToService, ev_ReleaseToTag, ev_Retrieve, ev_Retrieved, ev_SetParameters, ev_SetUserDictionary, ev_SetUserValues, ev_TerminalIdle, ev_TriggerRTC
 
Fields inherited from interface javax.telephony.media.MediaConstants
e_OK, q_Duration, q_Standard, q_Stop
 
Method Summary
 MediaService getMediaService()
          Get the MediaService associated with the current event.
 
Methods inherited from interface javax.telephony.media.MediaEvent
getError, getEventID, getException, getPayload, getQualifier, getSubError, getWarning
 

Method Detail

getMediaService

public MediaService getMediaService()
Get the MediaService associated with the current event.

Returns:
the MediaService which is the source of this event.

JSR-043: JTAPI-1.4

Send comments to: JSR-43@ectf.org