Class EndOfRequestEventHubImpl
java.lang.Object
org.apache.tapestry5.internal.services.EndOfRequestEventHubImpl
- All Implemented Interfaces:
EndOfRequestEventHub
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addEndOfRequestListener
(EndOfRequestListener listener) void
fire()
Invoked at the end of the request to notify the listeners.void
-
Constructor Details
-
EndOfRequestEventHubImpl
-
-
Method Details
-
addEndOfRequestListener
- Specified by:
addEndOfRequestListener
in interfaceEndOfRequestEventHub
-
removeEndOfRequestListener
- Specified by:
removeEndOfRequestListener
in interfaceEndOfRequestEventHub
-
fire
Description copied from interface:EndOfRequestEventHub
Invoked at the end of the request to notify the listeners.- Specified by:
fire
in interfaceEndOfRequestEventHub
-