IAction
| Kind of class: | public interface |
|---|---|
| Package: | |
| Inherits from: |
|
| Implemented by: | |
| Known subinterfaces: | |
| Classpath: | org.asaplibrary.util.actionqueue.IAction |
| File last modified: | Wednesday, 11 May 2011, 18:55:24 |
Abstract type for Actions. An Action is a "Command Pattern" object that holds data of an object's method. See http://en.wikipedia.org/wiki/Command_pattern
Instance methods
isRunning
function isRunning() : Boolean
run
function run() : *