org.apache.tapestry5.internal.services
Interface EndOfRequestEventHub
- All Known Implementing Classes:
- EndOfRequestEventHubImpl
public interface EndOfRequestEventHub
Manages request notifications for the EndOfRequestListener
interface.
addEndOfRequestListener
void addEndOfRequestListener(EndOfRequestListener listener)
removeEndOfRequestListener
void removeEndOfRequestListener(EndOfRequestListener listener)
fire
void fire()
- Invoked at the end of the request to notify the listeners.
Copyright © 2003-2012 The Apache Software Foundation.