- All Superinterfaces:
EventListener
Listener interface for receiving reply messages. When a reply message
arrives, the
handleReply
method is called.-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleReply
(ReplyEvent event) Called when a reply message is received.
-
Method Details
-
handleReply
Called when a reply message is received.- Parameters:
event
- describes the reply event.- Throws:
Exception
- if an error occurs.
-