|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Callback.Event | |
|---|---|
| org.javasimon.callback | Callback is an event listener registered with the Manager,
listening for manager or Simon events. |
| Uses of Callback.Event in org.javasimon.callback |
|---|
| Fields in org.javasimon.callback with type parameters of type Callback.Event | |
|---|---|
private static Map<String,Callback.Event> |
Callback.Event.codeValues
|
private Map<Callback.Event,List<FilterRule>> |
CompositeFilterCallback.rules
|
| Methods in org.javasimon.callback that return Callback.Event | |
|---|---|
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. |
| Methods in org.javasimon.callback with parameters of type Callback.Event | |
|---|---|
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)
|
private boolean |
CompositeFilterCallback.checkRules(Simon simon,
Callback.Event event,
Object... params)
|
private boolean |
CompositeFilterCallback.rulesApplyTo(Simon simon,
Callback.Event checkedEvent,
Object... params)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||