Interface NodeEvent

All Superinterfaces:
Event
All Known Implementing Classes:
NodeDownEvent, NodeNormalTerminationEvent, NodeOfflineEvent, NodeOnlineEvent, NodeUnrecoverableErrorEvent, NodeUpEvent

public interface NodeEvent extends Event
Events that refer to a Node.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the node to which this event refers.
  • Method Details

    • getNode

      Node getNode()
      Returns the node to which this event refers.
      Returns:
      the node to which this event refers.