erland.game.tileadventure
Interface ActionInterface

All Known Implementing Classes:
Action, MoveAction

public interface ActionInterface


Method Summary
 ControllerInterface getController()
           
 boolean perform()
           
 void start()
           
 void stop()
           
 

Method Detail

start

void start()

stop

void stop()

perform

boolean perform()

getController

ControllerInterface getController()


Copyright © 2003-2006 Erland Isaksson. All Rights Reserved.