Interface UdpListener
- All Known Implementing Classes:
StateMachine
public interface UdpListener
An interface for
UdpMessenger listener.-
Method Summary
Modifier and TypeMethodDescriptionvoidnotifyMessage(UdpMessage message) Notifies listener of the UDP message that was received.
-
Method Details
-
notifyMessage
Notifies listener of the UDP message that was received.- Parameters:
message- - message received
-