| Package | Description |
|---|---|
| org.openksavi.sponge.rule |
Interfaces for rules.
|
| Modifier and Type | Field and Description |
|---|---|
static EventMode |
RuleAdapter.DEFAULT_MODE
Default event mode: first.
|
| Modifier and Type | Method and Description |
|---|---|
EventMode |
RuleEventSpec.getMode()
Returns the event mode.
|
static EventMode |
EventMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventMode[] |
EventMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RuleEventSpec |
Rule.makeEventSpec(String eventName,
EventMode eventMode)
Creates a new rule event specification.
|
RuleEventSpec |
Rule.makeEventSpec(String eventName,
String eventAlias,
EventMode eventMode)
Creates a new rule event specification.
|
Copyright © 2016–2019 Softelnet. All rights reserved.