org.abstracthorizon.mercury.common.command
Interface Command

All Known Implementing Classes:
AbstractCommand

public interface Command

An interface that represents an command.

Author:
Daniel Sendula

Method Summary
 void init(org.abstracthorizon.danube.service.server.SocketConnection connection)
          Initialises command by setting the connection
 

Method Detail

init

void init(org.abstracthorizon.danube.service.server.SocketConnection connection)
          throws CommandException
Initialises command by setting the connection

Parameters:
connection - connection
Throws:
CommandException


Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.