jtge.engine.handler
Interface IConsumer

All Known Subinterfaces:
IOutput
All Known Implementing Classes:
AbstractHandler, Executor, LoginHandler, Output, Peer, Subject

public interface IConsumer

Defines a consumer.

A consumer receives commands.

Version:
$Revision: 1.3 $ $Date: 2005/08/26 18:09:36 $
Author:
Mathieu Champlon

Method Summary
 void handle(ICommand command)
          Handle a command.
 

Method Detail

handle

public void handle(ICommand command)
Handle a command.

Parameters:
command - the command to handle


Copyright © 2003-2005 . All Rights Reserved.