Uses of Interface
net.sf.cscc.DataEventBaseObserver

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

Subinterfaces of DataEventBaseObserver in net.sf.cscc
 interface DataEventObserver
          This interface has to be implemented by observers which want to be notified about new data events in the event queue.
 interface DataEventReceivingObserver
          This interface has to be implemented by observers which want to be notified about new events in the event queue.
 

Methods in net.sf.cscc with parameters of type DataEventBaseObserver
 void ServerConnectionManager.addObserver(DataEventBaseObserver o)
          An observer which wants to be notified about new messages from clients can register itself at the observer list.
 void ServerConnectionManager.removeObserver(DataEventBaseObserver o)
          A data observer which is already registered at the observer list can be unregisterd with this method.
 void ClientConnectionManager.removeObserver(DataEventBaseObserver o)
          This method unregisters an observer from the data event observer list.
 void ClientConnectionManager.addObserver(DataEventBaseObserver o)
          This method adds an observer to the data event observer list.
 

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

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

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

Classes in net.sf.cscc.examples.simplesystem that implement DataEventBaseObserver
 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 DataEventBaseObserver in net.sf.cscc.test
 

Classes in net.sf.cscc.test that implement DataEventBaseObserver
 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.