| Package | Description |
|---|---|
| org.openksavi.sponge |
Interfaces for base functionalities.
|
| org.openksavi.sponge.engine |
Interfaces for the engine and base functionalities.
|
| org.openksavi.sponge.event |
Interfaces for events and related functionalities.
|
| Modifier and Type | Method and Description |
|---|---|
EventDefinition |
EngineOperations.event(String name,
EventClonePolicy policy)
Creates a new event definition.
|
Event |
EngineOperations.makeEvent(String name,
EventClonePolicy policy)
Creates a new named event with specified clone policy.
|
| Modifier and Type | Method and Description |
|---|---|
EventClonePolicy |
EngineParameters.getEventClonePolicy()
Returns the event clone policy.
|
EventClonePolicy |
ConfigurationManager.getEventClonePolicy()
Return event clone policy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EngineParameters.setEventClonePolicy(EventClonePolicy eventClonePolicy)
Sets the event clone policy.
|
void |
ConfigurationManager.setEventClonePolicy(EventClonePolicy eventClonePolicy)
Sets event clone policy.
|
| Modifier and Type | Method and Description |
|---|---|
static EventClonePolicy |
EventClonePolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventClonePolicy[] |
EventClonePolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016–2018 Softelnet. All rights reserved.