Class EndOfRequestEventHubImpl
- java.lang.Object
-
- org.apache.tapestry5.internal.services.EndOfRequestEventHubImpl
-
- All Implemented Interfaces:
EndOfRequestEventHub
public class EndOfRequestEventHubImpl extends Object implements EndOfRequestEventHub
-
-
Constructor Summary
Constructors Constructor Description EndOfRequestEventHubImpl(RequestGlobals requestGlobals)
-
Method Summary
All Methods Instance Methods Concrete 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)
-
-
-
Constructor Detail
-
EndOfRequestEventHubImpl
public EndOfRequestEventHubImpl(RequestGlobals requestGlobals)
-
-
Method Detail
-
addEndOfRequestListener
public void addEndOfRequestListener(EndOfRequestListener listener)
- Specified by:
addEndOfRequestListener
in interfaceEndOfRequestEventHub
-
removeEndOfRequestListener
public void removeEndOfRequestListener(EndOfRequestListener listener)
- Specified by:
removeEndOfRequestListener
in interfaceEndOfRequestEventHub
-
fire
public void fire()
Description copied from interface:EndOfRequestEventHub
Invoked at the end of the request to notify the listeners.- Specified by:
fire
in interfaceEndOfRequestEventHub
-
-