Interface EndOfRequestEventHub
- 
- All Known Implementing Classes:
 EndOfRequestEventHubImpl
public interface EndOfRequestEventHub
Manages request notifications for theEndOfRequestListenerinterface. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddEndOfRequestListener(EndOfRequestListener listener)voidfire()Invoked at the end of the request to notify the listeners.voidremoveEndOfRequestListener(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. 
 - 
 
 -