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 SummaryConstructors Constructor Description EndOfRequestEventHubImpl(RequestGlobals requestGlobals)
 - 
Method SummaryAll 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- 
EndOfRequestEventHubImplpublic EndOfRequestEventHubImpl(RequestGlobals requestGlobals) 
 
- 
 - 
Method Detail- 
addEndOfRequestListenerpublic void addEndOfRequestListener(EndOfRequestListener listener) - Specified by:
- addEndOfRequestListenerin interface- EndOfRequestEventHub
 
 - 
removeEndOfRequestListenerpublic void removeEndOfRequestListener(EndOfRequestListener listener) - Specified by:
- removeEndOfRequestListenerin interface- EndOfRequestEventHub
 
 - 
firepublic void fire() Description copied from interface:EndOfRequestEventHubInvoked at the end of the request to notify the listeners.- Specified by:
- firein interface- EndOfRequestEventHub
 
 
- 
 
-