The action
namespace contains classes related with the action concept.
Source: doc-js/pentaho/action/_namespace.jsdoc, line 17
Child Namespaces
Name | Summary |
impl | The action.impl namespace contains implementations related with the action concept. |
spec | The action.spec namespace contains specification interfaces and type definitions. |
Classes
Name | Summary |
Base | The action.Base class represents a certain model of actions. |
Execution | The action.Execution class represents a certain model of action execution. |
Generic | The action.Generic class represents a generic model of actions. |
Interfaces
Name | Summary |
IObserver | The IObserver interface represents an action observer and allows specifying event listener functions for each of an action's phases. |
ITarget | The ITarget interface represents the entity which is acted upon or the place where the action takes place. |