public interface MessageResponseInterface
Modifier and Type | Method and Description |
---|---|
void |
exceptionGenerated(Message message,
NatPmpException ex)
An exception was generated during the message sending process.
|
void |
noResponseReceived(Message message)
No response was received.
|
void |
responseReceived(Message message)
A response was received.
|
void responseReceived(Message message)
message
- The Message
that this notification pertains to.void noResponseReceived(Message message)
message
- The Message
that this notification pertains to.void exceptionGenerated(Message message, NatPmpException ex)
message
- The Message
that this notification pertains to.ex
- The NatPmpException
that was generated.Copyright © 2013. All Rights Reserved.