Package org.jopensignature.sign
Interface ReplyReceiver
-
public interface ReplyReceiverCallback forReplyableMessages.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreceive(ReplyableMessage sourceMessage, BaseMessage reply)
-
-
-
Method Detail
-
receive
void receive(ReplyableMessage sourceMessage, BaseMessage reply)
- Parameters:
sourceMessage- themessagethat originally initiated the message exchange.reply- the reply of theSigningDevice
-
-