Class Alert


  • public class Alert
    extends Object
    Data type for alerts.
    • Constructor Detail

      • Alert

        public Alert​(int address,
                     State state,
                     EventType transition)
        Creates a new alert.
        Parameters:
        address - The originating address (think 32 bit IPv4 address).
        state - The state that the event state machine found.
        transition - The transition that was considered invalid.