|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | 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.SessionEvent
|
+--javax.media.rtp.event.NewParticipantEvent
Informs the RTP listener that an RTCP packet has just been received from a heretofore unknown participant. Thus, an Participant object has been created to represent the new participant.
| Fields inherited from class java.util.EventObject |
source |
| Constructor Summary | |
NewParticipantEvent(SessionManager from,
Participant participant)
|
|
| Method Summary | |
Participant |
getParticipant()
The new Participant object. |
| 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 NewParticipantEvent(SessionManager from,
Participant participant)
| Method Detail |
public Participant getParticipant()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||