public class ReflectionEventCondition extends MethodNameEventCondition
| Constructor and Description |
|---|
ReflectionEventCondition(String methodName)
Creates a new reflection rule event condition.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
condition(org.openksavi.sponge.rule.Rule rule,
org.openksavi.sponge.event.Event event)
Checks rule event condition by invoking the defined Java rule class method.
|
getMethodNamepublic ReflectionEventCondition(String methodName)
methodName - Java-based rule class method name.Copyright © 2016–2017 Softelnet. All rights reserved.