Interface UdpListener

All Known Implementing Classes:
StateMachine

public interface UdpListener
An interface for UdpMessenger listener.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notifies listener of the UDP message that was received.
  • Method Details

    • notifyMessage

      void notifyMessage(UdpMessage message)
      Notifies listener of the UDP message that was received.
      Parameters:
      message - - message received