public class FlowRuleEvent extends AbstractEvent<FlowRuleEvent.Type,FlowRule>
Modifier and Type | Class and Description |
---|---|
static class |
FlowRuleEvent.Type
Type of flow rule events.
|
Constructor and Description |
---|
FlowRuleEvent(FlowRuleEvent.Type type,
FlowRule flowRule)
Creates an event of a given type and for the specified flow rule and the
current time.
|
FlowRuleEvent(FlowRuleEvent.Type type,
FlowRule flowRule,
long time)
Creates an event of a given type and for the specified flow rule and time.
|
subject, time, toString, type
public FlowRuleEvent(FlowRuleEvent.Type type, FlowRule flowRule)
type
- flow rule event typeflowRule
- event flow rule subjectpublic FlowRuleEvent(FlowRuleEvent.Type type, FlowRule flowRule, long time)
type
- flow rule event typeflowRule
- event flow rule subjecttime
- occurrence time