Action

Kind of class: public class
Package:
Inherits from:
  • EventDispatcher
Implements:
Known subclasses:
Classpath: org.asaplibrary.util.actionqueue.Action
File last modified: Wednesday, 11 May 2011, 18:48:28
An Action is a "Command Pattern" object that holds data of an object's method. See http://en.wikipedia.org/wiki/Command_pattern

Summary

Instance methods
  • run () : *
    • Invokes the Action method.
  • isRunning () : Boolean

Instance methods

isRunning

function isRunning() : Boolean
Returns
  • False

run

function run() : *

Invokes the Action method.

Returns
  • The result of the called method.