|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommunicationEvent | |
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 CommunicationEvent in net.sf.cscc |
Methods in net.sf.cscc with parameters of type CommunicationEvent | |
void |
CommunicationEventObserver.receiveEvent(CommunicationEvent ce)
This interface method is called by objects of the type CommunicationEventObservable . |
Uses of CommunicationEvent in net.sf.cscc.examples.chatsystem |
Methods in net.sf.cscc.examples.chatsystem with parameters of type CommunicationEvent | |
void |
ChatServer.receiveEvent(CommunicationEvent ce)
This interface method is called by communication component class, every time a communication event occurred. |
void |
ChatClient.receiveEvent(CommunicationEvent ce)
This interface method is called by communication component class, every time a communication event occurred. |
Uses of CommunicationEvent in net.sf.cscc.examples.simplesystem |
Methods in net.sf.cscc.examples.simplesystem with parameters of type CommunicationEvent | |
void |
Client.receiveEvent(CommunicationEvent ce)
This interface method is called by communication component class, every time a communication event occurred. |
void |
Server.receiveEvent(CommunicationEvent ce)
This interface method is called by objects of the CommunicationEventObservable
class. |
Uses of CommunicationEvent in net.sf.cscc.test |
Methods in net.sf.cscc.test with parameters of type CommunicationEvent | |
void |
TestClient5.receiveEvent(CommunicationEvent ce)
|
void |
TestClient.receiveEvent(CommunicationEvent ce)
|
void |
TestServer.receiveEvent(CommunicationEvent ce)
|
void |
TestServer4.receiveEvent(CommunicationEvent ce)
|
void |
CommunicationEventReceiver.receiveEvent(CommunicationEvent ce)
Receives communication events. |
void |
TestClient2.receiveEvent(CommunicationEvent ce)
|
void |
TestServer1.receiveEvent(CommunicationEvent ce)
|
void |
TestClient3.receiveEvent(CommunicationEvent ce)
|
void |
TestServer5.receiveEvent(CommunicationEvent ce)
|
void |
TestClient6.receiveEvent(CommunicationEvent ce)
|
void |
TestServer3.receiveEvent(CommunicationEvent ce)
|
void |
TestClient1.receiveEvent(CommunicationEvent ce)
|
void |
TestServer6.receiveEvent(CommunicationEvent ce)
|
void |
TestServer2.receiveEvent(CommunicationEvent ce)
|
void |
TestClient4.receiveEvent(CommunicationEvent ce)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |