net.sf.jcgm.core
Interface ICommandListener

All Known Implementing Classes:
Analyzer

public interface ICommandListener

Interface to be able to react on CGM commands that were parsed

Since:
Dec 15, 2009
Version:
$Id: ICommandListener.java 46 2011-12-14 08:26:44Z phica $
Author:
Philippe Cadé

Method Summary
 void commandProcessed(Command command)
          Will be called when a command has been read.
 

Method Detail

commandProcessed

void commandProcessed(Command command)
Will be called when a command has been read.

Parameters:
command - the command.


Part of the jcgm library http://jcgm.sourceforge.net/