| Package | Description |
|---|---|
| org.openksavi.sponge |
Interfaces for base functionalities.
|
| org.openksavi.sponge.action |
Interfaces for actions.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
EngineOperations.isActionActive(String actionName,
IsActionActiveContext context)
Informs if an action in a given context is active.
|
| Modifier and Type | Method and Description |
|---|---|
IsActionActiveContext |
IsActionActiveContext.clone() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ActionAdapter.isActive(IsActionActiveContext context)
Informs if the action in a given context is active.
|
boolean |
Action.onIsActive(IsActionActiveContext context)
A callback method that informs if the action in a given context is active.
|
Copyright © 2016–2019 Softelnet. All rights reserved.