|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The listener interface for receiving ByteArray events.
Fields inherited from class java.io.Serializable |
serialVersionUID |
Method Summary | |
void |
byteArrayExpelled(ByteArrayEvent event)
invoked when a Client has been expelled from a ByteArray. |
void |
byteArrayInvited(ByteArrayEvent event)
invoked when a Client has been invited to join a ByteArray. |
void |
byteArrayJoined(ByteArrayEvent event)
invoked when a Client has joined a ByteArray. |
void |
byteArrayLeft(ByteArrayEvent event)
invoked when a Client has left a ByteArray. |
void |
byteArrayValueChanged(ByteArrayEvent event)
invoked when the value of a ByteArray has changed. |
Method Detail |
public void byteArrayJoined(ByteArrayEvent event)
event
- the ByteArray event containing more information.public void byteArrayLeft(ByteArrayEvent event)
event
- the ByteArray event containing more information.public void byteArrayValueChanged(ByteArrayEvent event)
event
- the ByteArray event containing more information.public void byteArrayInvited(ByteArrayEvent event)
event
- the ByteArray event containing more information.public void byteArrayExpelled(ByteArrayEvent event)
event
- the ByteArray event containing more information.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |