Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.metacosm.framework.command
Interface ControllerCommand  view ControllerCommand download ControllerCommand.java

All Known Implementing Classes:
Buy, Go, Read, Tell, Wait, Write

public interface ControllerCommand

A ControllerCommand is a command applied on an Controller.
In the game, it's the command an entity does.


Method Summary
 Result execute(org.metacosm.framework.controller.CharacterController controller, java.util.ArrayList param)
          Executes the command with the controller as author and with parameters.
 

Method Detail

execute

public Result execute(org.metacosm.framework.controller.CharacterController controller,
                      java.util.ArrayList param)
Executes the command with the controller as author and with parameters.