|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The MediaEv is the base event for all events in the Media package. Each event in this package must extend this interface. This interface is not meant to be a public interface, it is just a building block for other event interfaces.
The MediaEv interface contains getMediaCause(), which returns the reason for the event.
Field Summary | |
static int |
CAUSE_NORMAL
Cause code indicating normal operation |
static int |
CAUSE_UNKNOWN
Cause code indicating the cause was unknown |
Method Summary | |
int |
getMediaCause()
Returns the media and core causes associated with this event. |
Methods inherited from interface javax.telephony.events.Ev |
getCause, getID, getMetaCode, getObserved, isNewMetaEvent |
Field Detail |
public static final int CAUSE_NORMAL
public static final int CAUSE_UNKNOWN
Method Detail |
public int getMediaCause()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |