Class DispatcherServeur

java.lang.Object
   |
   +----java.util.Observable
           |
           +----Common.Dispatcher
                   |
                   +----DispatcherServeur

public class DispatcherServeur
extends Dispatcher

Variable Index

 o serverInterface

Constructor Index

 o DispatcherServeur(Socket, ServerInterface)
Dispatcher constructor comment.

Method Index

 o sendCommand(String)
This method was created in VisualAge.
 o update(Observable, Object)
This method was created in VisualAge.

Variables

 o serverInterface
 ServerInterface serverInterface

Constructors

 o DispatcherServeur
 public DispatcherServeur(Socket socket,
                          ServerInterface serverInterface)
Dispatcher constructor comment.

Parameters:
socket - java.net.Socket

Methods

 o sendCommand
 public void sendCommand(String command)
This method was created in VisualAge.

Parameters:
command - java.lang.String
 o update
 public void update(Observable ob,
                    Object o)
This method was created in VisualAge.

Parameters:
ob - Observable
o - java.lang.Object
Overrides:
update in class Dispatcher