Uses of Interface
net.sf.cscc.CommunicationEventObserver

Packages that use CommunicationEventObserver
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 CommunicationEventObserver in net.sf.cscc
 

Methods in net.sf.cscc with parameters of type CommunicationEventObserver
 void ServerConnectionManager.addObserver(CommunicationEventObserver o)
          An observer which wants to be notified about communication events can register itself at the communication observer list.
 void ServerConnectionManager.removeObserver(CommunicationEventObserver o)
          A communication observer which is already registered at the observer list, can be unregisterd with this method.
 void ClientConnectionManager.removeObserver(CommunicationEventObserver o)
          An communication event observer which is already registered at the observer list can be unregisterd with this method.
 void ClientConnectionManager.addObserver(CommunicationEventObserver o)
          An observer which wants to be notified about communication events can register itself at the communication observer list by this method.
 

Uses of CommunicationEventObserver in net.sf.cscc.examples.chatsystem
 

Classes in net.sf.cscc.examples.chatsystem that implement CommunicationEventObserver
 class ChatClient
          This class represents the client in a client/server-chatsystem.
 class ChatServer
          This class represents the server in the chatsystem.
 

Uses of CommunicationEventObserver in net.sf.cscc.examples.simplesystem
 

Classes in net.sf.cscc.examples.simplesystem that implement CommunicationEventObserver
 class Client
          This class provides a client application, which demonstrates the usage of this client/server component.
 class Server
          This class provides a server application, which demonstrates the usage of this client/server component.
 

Uses of CommunicationEventObserver in net.sf.cscc.test
 

Classes in net.sf.cscc.test that implement CommunicationEventObserver
 class CommunicationEventReceiver
           
 class TestClient
           
 class TestClient1
           
 class TestClient2
           
 class TestClient3
           
 class TestClient4
           
 class TestClient5
           
 class TestClient6
           
 class TestServer
           
 class TestServer1
           
 class TestServer2
           
 class TestServer3
           
 class TestServer4
           
 class TestServer5
           
 class TestServer6
           
 



Copyright © 2003, Silvio Meier and Tobias Reinhard. All Rights Reserved.