Class NodeNormalTerminationEvent

  • All Implemented Interfaces:
    Event, NodeEvent

    public class NodeNormalTerminationEvent
    extends Object
    This events signals that the node has terminated normally.

    This is an immutable object.

    • Field Detail

      • node

        protected final Node node
    • Constructor Detail

      • NodeNormalTerminationEvent

        public NodeNormalTerminationEvent​(Node node)
    • Method Detail

      • getNode

        public Node getNode()
        Description copied from interface: NodeEvent
        Returns the node to which this event refers.
        Specified by:
        getNode in interface NodeEvent
        Returns:
        the node to which this event refers.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object