|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.cloudgarden.audio.ClientAdapter
Used to recieve notices that a client has attached or removed itself to or from an AudioSocketSource.
Constructor Summary | |
ClientAdapter()
|
Method Summary | |
void |
bytesTransferred(ClientEvent evt)
Called when bytes are about to be transferred to or from a client. |
void |
clientAdded(ClientEvent evt)
Issued when a client attaches itself to an AudioSocketSource - the Thread is the thread handling the client request. |
void |
clientRemoved(ClientEvent evt)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClientAdapter()
Method Detail |
public void clientAdded(ClientEvent evt)
ClientListener
clientAdded
in interface ClientListener
public void clientRemoved(ClientEvent evt)
clientRemoved
in interface ClientListener
public void bytesTransferred(ClientEvent evt)
ClientListener
bytesTransferred
in interface ClientListener
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |