|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.media.jsdt.event.ClientAdaptor
The adaptor which receives Client 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 | |
ClientAdaptor()
|
Method Summary | |
void |
byteArrayExpelled(ClientEvent event)
invoked when a Client has been expelled from a ByteArray. |
void |
byteArrayInvited(ClientEvent event)
invoked when a Client has been invited to join a ByteArray. |
void |
channelExpelled(ClientEvent event)
invoked when a Client has been expelled from a Channel. |
void |
channelInvited(ClientEvent event)
invoked when a Client has been invited to join a Channel. |
void |
sessionExpelled(ClientEvent event)
invoked when a Client has been expelled from a Session. |
void |
sessionInvited(ClientEvent event)
invoked when a Client has been invited to join a Session. |
void |
tokenExpelled(ClientEvent event)
invoked when a Client has been expelled from a Token. |
void |
tokenGiven(ClientEvent event)
invoked when a Client has been given a Token. |
void |
tokenInvited(ClientEvent event)
invoked when a Client has been invited to join a Token. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public ClientAdaptor()
Method Detail |
public void byteArrayInvited(ClientEvent event)
event
- the Client event containing more information.public void byteArrayExpelled(ClientEvent event)
event
- the Client event containing more information.public void channelInvited(ClientEvent event)
event
- the Client event containing more information.public void channelExpelled(ClientEvent event)
event
- the Client event containing more information.public void sessionInvited(ClientEvent event)
event
- the Client event containing more information.public void sessionExpelled(ClientEvent event)
event
- the Client event containing more information.public void tokenInvited(ClientEvent event)
event
- the Client event containing more information.public void tokenExpelled(ClientEvent event)
event
- the Client event containing more information.public void tokenGiven(ClientEvent event)
event
- the Client event containing more information.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |