org.activeio.command
Interface CommandListener


public interface CommandListener

A listener of command objects

Version:
$Revision: 1.1 $

Method Summary
 void onCommand(Object command)
          Called when a command is received
 void onError(Exception e)
          Called when an error occurs trying to read a new command.
 

Method Detail

onCommand

public void onCommand(Object command)
Called when a command is received


onError

public void onError(Exception e)
Called when an error occurs trying to read a new command.



Copyright © -2007 The ActiveIO Project. All Rights Reserved.