com.sun.media.jsdt.event
Class ByteArrayAdaptor
java.lang.Object
|
+--com.sun.media.jsdt.event.ByteArrayAdaptor
- public abstract class ByteArrayAdaptor
- extends java.lang.Object
- implements ByteArrayListener
The adaptor which receives ByteArray 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.
- Since:
- JSDT 1.0
- Version:
- 1.5 - 7th January 1999
- Author:
- Rich Burridge
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
ByteArrayAdaptor
public ByteArrayAdaptor()
byteArrayJoined
public void byteArrayJoined(ByteArrayEvent event)
-
invoked when a Client has joined a ByteArray.
- Specified by:
- byteArrayJoined in interface ByteArrayListener
- Parameters:
event
- the ByteArray event containing more information.
byteArrayLeft
public void byteArrayLeft(ByteArrayEvent event)
-
invoked when a Client has left a ByteArray.
- Specified by:
- byteArrayLeft in interface ByteArrayListener
- Parameters:
event
- the ByteArray event containing more information.
byteArrayValueChanged
public void byteArrayValueChanged(ByteArrayEvent event)
-
invoked when the value of a ByteArray has changed.
- Specified by:
- byteArrayValueChanged in interface ByteArrayListener
- Parameters:
event
- the ByteArray event containing more information.
byteArrayInvited
public void byteArrayInvited(ByteArrayEvent event)
-
invoked when a Client has been invited to join a ByteArray.
- Specified by:
- byteArrayInvited in interface ByteArrayListener
- Parameters:
event
- the ByteArray event containing more information.
byteArrayExpelled
public void byteArrayExpelled(ByteArrayEvent event)
-
invoked when a Client has been expelled from a ByteArray.
- Specified by:
- byteArrayExpelled in interface ByteArrayListener
- Parameters:
event
- the ByteArray event containing more information.