net.grinder.console.communication.server
Class DispatchClientCommands

java.lang.Object
  extended by net.grinder.console.communication.server.DispatchClientCommands

public class DispatchClientCommands
extends Object

DispatchClientCommands.

Author:
Philip Aston

Constructor Summary
DispatchClientCommands(SampleModel model, SampleModelViews sampleModelViews, ProcessControl processControl)
          Constructor for DispatchClientCommands.
 
Method Summary
 void registerMessageHandlers(MessageDispatchRegistry messageDispatcher)
          Registers message handlers with a dispatcher.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DispatchClientCommands

public DispatchClientCommands(SampleModel model,
                              SampleModelViews sampleModelViews,
                              ProcessControl processControl)
Constructor for DispatchClientCommands.

Parameters:
model - The model.
sampleModelViews - Console sample model views.
processControl - Process control interface.
Method Detail

registerMessageHandlers

public void registerMessageHandlers(MessageDispatchRegistry messageDispatcher)
Registers message handlers with a dispatcher.

Parameters:
messageDispatcher - The dispatcher.


Copyright © 2000-2013. All Rights Reserved.