Package | Description |
---|---|
org.javasimon.callback |
Modifier and Type | Method and Description |
---|---|
static Callback.Event |
Callback.Event.forCode(String code)
Returns event for String code used in XML configuration.
|
static Callback.Event |
Callback.Event.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Callback.Event[] |
Callback.Event.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FilterCallback.addRule(FilterRule.Type type,
String condition,
String pattern,
Callback.Event... events)
Adds the rule to the filter.
|
void |
CompositeFilterCallback.addRule(FilterRule.Type type,
String condition,
String pattern,
Callback.Event... events) |
Copyright © 2019. All rights reserved.