|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject javax.media.MediaEvent javax.media.rtp.event.RTPEvent javax.media.rtp.event.ReceiveStreamEvent javax.media.rtp.event.TimeoutEvent javax.media.rtp.event.ByeEvent
public class ByeEvent
Standard JMF class -- see this class in the JMF Javadoc. Complete.
Field Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
ByeEvent(SessionManager from,
Participant participant,
ReceiveStream recvStream,
java.lang.String reason,
boolean participantBye)
|
Method Summary | |
---|---|
java.lang.String |
getReason()
|
Methods inherited from class javax.media.rtp.event.TimeoutEvent |
---|
participantLeaving |
Methods inherited from class javax.media.rtp.event.ReceiveStreamEvent |
---|
getParticipant, getReceiveStream |
Methods inherited from class javax.media.rtp.event.RTPEvent |
---|
getSessionManager, getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ByeEvent(SessionManager from, Participant participant, ReceiveStream recvStream, java.lang.String reason, boolean participantBye)
Method Detail |
---|
public java.lang.String getReason()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |