-
- All Implemented Interfaces:
public interface MessageEventHandlerThe class is used for collecting incoming STUN messages from the NetAccessManager (and more precisely - MessageProcessors). This is our way of keeping scalable network and stun layers.
-
-
Method Summary
Modifier and Type Method Description abstract voidhandleMessageEvent(StunMessageEvent evt)Called when an incoming message has been received, parsed and is ready for delivery. -
-
Method Detail
-
handleMessageEvent
abstract void handleMessageEvent(StunMessageEvent evt)
Called when an incoming message has been received, parsed and is ready for delivery.
- Parameters:
evt- the Event object that encapsulates the newly received message.
-
-
-
-