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