Interface MessageResponseCallback
-
- All Known Implementing Classes:
DefaultMessageManager
public interface MessageResponseCallbackCallback interface used to signal that a response targeted for this client (i.e destinationId = current sourceId)Main method is responseRecieved
Important only messages with a destination matching this source id should be sent through this callback.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidresponseReceived(PKIMessage responseMessage)Method signaling that a response was received.
-
-
-
Method Detail
-
responseReceived
void responseReceived(PKIMessage responseMessage)
Method signaling that a response was received.Important only messages with a destination matching this source id should be sent through this callback.
- Parameters:
responseMessage- the response message that was received.
-
-