Class GeneralEventListener

  • All Implemented Interfaces:
    EventListener

    public abstract class GeneralEventListener
    extends Object
    implements EventListener
    The EventListener for the events that are part of the General or Other category.
    • Constructor Detail

      • GeneralEventListener

        public GeneralEventListener()
    • Method Detail

      • exiting

        public void exiting​(Exiting exiting)
        Implement this method to process Exiting events.
        Parameters:
        exiting - The received event.
      • heartbeat

        public void heartbeat​(Heartbeat heartbeat)
        Implement this method to process Heartbeat events.
        Parameters:
        heartbeat - The received event.
      • broadcastCustomMessage

        public void broadcastCustomMessage​(BroadcastCustomMessage broadcastCustomMessage)
        Implement this method to process BroadcastCustomMessage events.
        Parameters:
        broadcastCustomMessage - The received event.