Class ActionAbstract

Brief

Base class for all actions. Note that it is not mandatory to use this class to define an action (see ActionPool.execute())

See

ActionPool

Hierarchy

Constructors

Accessors

Methods

Constructors

  • Parameters

    • name: string

    Returns Action

Accessors

  • get name(): string
  • Returns string

  • set name(n: string): void
  • Parameters

    • n: string

    Returns void

  • get valid(): boolean
  • Returns boolean

  • set valid(v: boolean): void
  • Parameters

    • v: boolean

    Returns void

Methods

  • Returns

    An object which described what changed

    Returns void

  • Returns

    An object which described what changed

    Returns void