org.xith3d.utility.cmdline
Interface CommandListener


public interface CommandListener

Listener used when matching on commands.


Method Summary
 void execute(CommandParameters command)
          Listener for handling a command that is triggered through a CommandPatternInterface.
 

Method Detail

execute

void execute(CommandParameters command)
Listener for handling a command that is triggered through a CommandPatternInterface.

Parameters:
command -