Class FlowRuleEvent

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  FlowRuleEvent.Type
      Type of flow rule events.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FlowRuleEvent

        public FlowRuleEvent​(FlowRuleEvent.Type type,
                             FlowRule flowRule)
        Creates an event of a given type and for the specified flow rule and the current time.
        Parameters:
        type - flow rule event type
        flowRule - event flow rule subject
      • FlowRuleEvent

        public FlowRuleEvent​(FlowRuleEvent.Type type,
                             FlowRule flowRule,
                             long time)
        Creates an event of a given type and for the specified flow rule and time.
        Parameters:
        type - flow rule event type
        flowRule - event flow rule subject
        time - occurrence time