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