com.jaxfront.core.rule
Interface Action
- All Known Implementing Classes:
- ShowSourceCodeAction
public interface Action
Action Interface for a any user defined action. The method perform(type) will be
called if an action will be fired based on a valid condition. The passed type is the
target of the action.
- Version:
- 1.60
Method Summary |
void |
perform(Type eventSource,
Type target)
Performs any kind of action command. |
ACTION_NAME
static final java.lang.String ACTION_NAME
- See Also:
- Constant Field Values
ACTION_DOM
static final java.lang.String ACTION_DOM
- See Also:
- Constant Field Values
ACTION_SOURCE
static final java.lang.String ACTION_SOURCE
- See Also:
- Constant Field Values
ACTION_IDENTIFIER
static final java.lang.String ACTION_IDENTIFIER
- See Also:
- Constant Field Values
perform
void perform(Type eventSource,
Type target)
- Performs any kind of action command.
- Parameters:
eventSource
- type which caused the event (event source)target
- target type to perform action on