etomica.action
Interface ControllerAction

All Superinterfaces:
IAction
All Known Implementing Classes:
ControllerActionAdapter, ControllerToggle

public interface ControllerAction
extends IAction

Elementary action performed on a controller.


Method Summary
 IController getController()
           
 void setController(IController c)
           
 
Methods inherited from interface etomica.action.IAction
actionPerformed
 

Method Detail

setController

void setController(IController c)

getController

IController getController()