Class GroupEvent

    • Nested Class Summary

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

      Constructors 
      Constructor Description
      GroupEvent​(GroupEvent.Type type, Group group)
      Creates an event of a given type and for the specified Group and the current time.
      GroupEvent​(GroupEvent.Type type, Group group, long time)
      Creates an event of a given type and for the specified Group and time.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • GroupEvent

        public GroupEvent​(GroupEvent.Type type,
                          Group group)
        Creates an event of a given type and for the specified Group and the current time.
        Parameters:
        type - Group event type
        group - event subject
      • GroupEvent

        public GroupEvent​(GroupEvent.Type type,
                          Group group,
                          long time)
        Creates an event of a given type and for the specified Group and time.
        Parameters:
        type - Group event type
        group - event subject
        time - occurrence time