Class EventTypeAndState


  • public class EventTypeAndState
    extends Object
    Simple combination of EventType and State.
    • Field Detail

      • eventType

        public final EventType eventType
      • state

        public final State state
    • Constructor Detail

      • EventTypeAndState

        public EventTypeAndState​(EventType eventType,
                                 State state)