Uses of Interface
erland.game.tileadventure.ActionInterface

Packages that use ActionInterface
erland.game.tileadventure   
 

Uses of ActionInterface in erland.game.tileadventure
 

Classes in erland.game.tileadventure that implement ActionInterface
 class Action
           
 class MoveAction
           
 

Fields in erland.game.tileadventure declared as ActionInterface
static ActionInterface Action.DROP
           
 

Methods in erland.game.tileadventure that return ActionInterface
 ActionInterface TileAdventureModel.isActionPossibleOnObject(GameObject obj, Action action)
           
 ActionInterface TileAdventureModel.startActionOnObject(GameObject obj, Action action)
           
 

Methods in erland.game.tileadventure with parameters of type ActionInterface
 void TileAdventureModel.register(ActionInterface action)
           
 void ActionHandlerInterface.register(ActionInterface action)
           
 void TileAdventurePlayer.stopped(ActionInterface action)
           
 void ControllerInterface.stopped(ActionInterface action)
           
 void TileAdventureModel.unregister(ActionInterface action)
           
 void ActionHandlerInterface.unregister(ActionInterface action)
           
 



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