|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.media.jsdt.event.SessionAdaptor
The adaptor which receives Session events. The methods in this class are empty; this class is provided as a convenience for easily creating listeners by extending this class and overriding only the methods of interest.
Constructor Summary | |
SessionAdaptor()
|
Method Summary | |
void |
byteArrayCreated(SessionEvent event)
invoked when a ByteArray has been created. |
void |
byteArrayDestroyed(SessionEvent event)
invoked when a ByteArray has been destroyed. |
void |
channelCreated(SessionEvent event)
invoked when a Channel has been created. |
void |
channelDestroyed(SessionEvent event)
invoked when a Channel has been destroyed. |
void |
sessionDestroyed(SessionEvent event)
invoked when a Client has destroyed a Session. |
void |
sessionExpelled(SessionEvent event)
invoked when a Client has been expelled from a Session. |
void |
sessionInvited(SessionEvent event)
invoked when a Client has been invited to join a Session. |
void |
sessionJoined(SessionEvent event)
invoked when a Client has joined a Session. |
void |
sessionLeft(SessionEvent event)
invoked when a Client has left a Session. |
void |
tokenCreated(SessionEvent event)
invoked when a Token has been created. |
void |
tokenDestroyed(SessionEvent event)
invoked when a Token has been destroyed. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public SessionAdaptor()
Method Detail |
public void byteArrayCreated(SessionEvent event)
event
- the Session event containing more information.public void byteArrayDestroyed(SessionEvent event)
event
- the Session event containing more information.public void channelCreated(SessionEvent event)
event
- the Session event containing more information.public void channelDestroyed(SessionEvent event)
event
- the Session event containing more information.public void sessionDestroyed(SessionEvent event)
event
- the Session event containing more information.public void sessionJoined(SessionEvent event)
event
- the Session event containing more information.public void sessionLeft(SessionEvent event)
event
- the Session event containing more information.public void sessionInvited(SessionEvent event)
event
- the Session event containing more information.public void sessionExpelled(SessionEvent event)
event
- the Session event containing more information.public void tokenCreated(SessionEvent event)
event
- the Session event containing more information.public void tokenDestroyed(SessionEvent event)
event
- the Session event containing more information.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |