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