|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.media.jsdt.event.TokenAdaptor
The adaptor which receives Token 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 | |
TokenAdaptor()
|
Method Summary | |
void |
tokenExpelled(TokenEvent event)
invoked when a Client has been expelled from a Token. |
void |
tokenGiven(TokenEvent event)
invoked when a Token has been given by one Client to another. |
void |
tokenGrabbed(TokenEvent event)
invoked when a Client has grabbed/inhibited a Token. |
void |
tokenInvited(TokenEvent event)
invoked when a Client has been invited to join a Token. |
void |
tokenJoined(TokenEvent event)
invoked when a Client has joined a Token. |
void |
tokenLeft(TokenEvent event)
invoked when a Client has left a Token. |
void |
tokenReleased(TokenEvent event)
invoked when a Client has released itself from a previously grabbed/inhibited Token. |
void |
tokenRequested(TokenEvent event)
invoked when a Client has requested a Token from one or more Clients that currently have it grabbed/inhibited. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public TokenAdaptor()
Method Detail |
public void tokenJoined(TokenEvent event)
event
- the Token event containing more information.public void tokenLeft(TokenEvent event)
event
- the Token event containing more information.public void tokenGiven(TokenEvent event)
event
- the Token event containing more information.public void tokenRequested(TokenEvent event)
event
- the Token event containing more information.public void tokenGrabbed(TokenEvent event)
event
- the Token event containing more information.public void tokenReleased(TokenEvent event)
event
- the Token event containing more information.public void tokenInvited(TokenEvent event)
event
- the Token event containing more information.public void tokenExpelled(TokenEvent event)
event
- the Token event containing more information.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |