Interface EndOfRequestEventHub
- All Known Implementing Classes:
EndOfRequestEventHubImpl
public interface EndOfRequestEventHub
Manages request notifications for the
EndOfRequestListener
interface.-
Method Summary
Modifier and TypeMethodDescriptionvoid
addEndOfRequestListener
(EndOfRequestListener listener) void
fire()
Invoked at the end of the request to notify the listeners.void
-
Method Details
-
addEndOfRequestListener
-
removeEndOfRequestListener
-
fire
void fire()Invoked at the end of the request to notify the listeners.
-