Interface ReplyListener

All Superinterfaces:
EventListener

public interface ReplyListener extends EventListener
Listener interface for receiving reply messages. When a reply message arrives, the handleReply method is called.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when a reply message is received.
  • Method Details

    • handleReply

      void handleReply(ReplyEvent event) throws Exception
      Called when a reply message is received.
      Parameters:
      event - describes the reply event.
      Throws:
      Exception - if an error occurs.