|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--examples.remote.TestClientListener
Reports ClientEvents generated by any AudioServerSource
| Constructor Summary | |
TestClientListener()
|
|
| 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 TestClientListener()
| Method Detail |
public void clientAdded(ClientEvent evt)
ClientListenerclientAdded in interface ClientListenerpublic void clientRemoved(ClientEvent evt)
clientRemoved in interface ClientListenerpublic void bytesTransferred(ClientEvent evt)
ClientListenerbytesTransferred in interface ClientListener
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||