|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The listener interface for receiving Token events.
Fields inherited from class java.io.Serializable |
serialVersionUID |
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. |
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 |