|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MessageResponseInterface
This interface defines methods that are used for message responses. This interface is implemented by objects that listen for message responses.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||