Class EndOfRequestEventHubImpl
- java.lang.Object
 - 
- org.apache.tapestry5.internal.services.EndOfRequestEventHubImpl
 
 
- 
- All Implemented Interfaces:
 EndOfRequestEventHub
public class EndOfRequestEventHubImpl extends java.lang.Object implements EndOfRequestEventHub
 
- 
- 
Constructor Summary
Constructors Constructor Description EndOfRequestEventHubImpl(RequestGlobals requestGlobals) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddEndOfRequestListener(EndOfRequestListener listener)voidfire()Invoked at the end of the request to notify the listeners.voidremoveEndOfRequestListener(EndOfRequestListener listener) 
 - 
 
- 
- 
Constructor Detail
- 
EndOfRequestEventHubImpl
public EndOfRequestEventHubImpl(RequestGlobals requestGlobals)
 
 - 
 
- 
Method Detail
- 
addEndOfRequestListener
public void addEndOfRequestListener(EndOfRequestListener listener)
- Specified by:
 addEndOfRequestListenerin interfaceEndOfRequestEventHub
 
- 
removeEndOfRequestListener
public void removeEndOfRequestListener(EndOfRequestListener listener)
- Specified by:
 removeEndOfRequestListenerin interfaceEndOfRequestEventHub
 
- 
fire
public void fire()
Description copied from interface:EndOfRequestEventHubInvoked at the end of the request to notify the listeners.- Specified by:
 firein interfaceEndOfRequestEventHub
 
 - 
 
 -