|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataEvent | |
net.sf.cscc | The package net.sf.cscc contains the classes and interfaces for the Client/Server Communication Component (CSCC). |
net.sf.cscc.examples.chatsystem | The package net.sf.cscc.examples.chatsystem contains a Server and a Client of a chatsystem demonstrating the usage of Client/Server Communication Component (CSCC). |
net.sf.cscc.examples.simplesystem | The package net.sf.cscc.examples.simplesystem contains a small application demonstrating how to send data from multiple clients to a server using the Client/Server Communication Component (CSCC). |
net.sf.cscc.test |
Uses of DataEvent in net.sf.cscc |
Methods in net.sf.cscc that return DataEvent | |
DataEvent |
ServerConnectionManager.receiveDataEvent()
This method returns the oldest DataEvent object in the queue. |
DataEvent |
ServerConnectionManager.getDataEvent()
This method returns the oldest DataEvent object received from the server. |
DataEvent |
ClientConnectionManager.getDataEvent()
This method returns the oldest DataEvent object received from the server. |
DataEvent |
ClientConnectionManager.receiveDataEvent()
This method returns the oldest DataEvent object in the incoming event queue. |
Methods in net.sf.cscc with parameters of type DataEvent | |
void |
ServerConnectionManager.sendDataEvent(DataEvent de,
java.lang.Object clientId)
This method sends a DataEvent object to a specific client having a given clientId. |
void |
ServerConnectionManager.sendBroadCastEvent(DataEvent de)
This method broadcasts an event to all connected clients. |
void |
DataEventReceivingObserver.receiveEvent(DataEvent de)
This interface method is called by objects of the DataEventObservable
class. |
void |
ClientConnectionManager.sendDataEvent(DataEvent de)
This method sends a DataEvent
object from the client to the server. |
Uses of DataEvent in net.sf.cscc.examples.chatsystem |
Methods in net.sf.cscc.examples.chatsystem with parameters of type DataEvent | |
void |
ChatServer.receiveEvent(DataEvent de)
This interface method is called by the communication component. |
void |
ChatClient.receiveEvent(DataEvent de)
This interface method is called by the communication component. |
Uses of DataEvent in net.sf.cscc.examples.simplesystem |
Methods in net.sf.cscc.examples.simplesystem with parameters of type DataEvent | |
void |
Client.receiveEvent(DataEvent de)
This interface method is called by the communication component. |
void |
Server.receiveEvent(DataEvent de)
This interface method is called by objects of the communication component. |
Uses of DataEvent in net.sf.cscc.test |
Methods in net.sf.cscc.test with parameters of type DataEvent | |
void |
TestClient5.receiveEvent(DataEvent de)
|
void |
TestClient.receiveEvent(DataEvent de)
|
void |
TestServer.receiveEvent(DataEvent de)
|
void |
TestServer4.receiveEvent(DataEvent de)
|
void |
TestClient2.receiveEvent(DataEvent de)
|
void |
TestServer1.receiveEvent(DataEvent de)
|
void |
TestClient3.receiveEvent(DataEvent de)
|
void |
TestServer5.receiveEvent(DataEvent de)
|
void |
TestClient6.receiveEvent(DataEvent de)
|
void |
TestServer3.receiveEvent(DataEvent de)
|
void |
TestClient1.receiveEvent(DataEvent de)
|
void |
TestServer6.receiveEvent(DataEvent de)
|
void |
TestServer2.receiveEvent(DataEvent de)
|
void |
TestClient4.receiveEvent(DataEvent de)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |