org.apache.tapestry5.internal.services
Class EndOfRequestEventHubImpl
java.lang.Object
org.apache.tapestry5.internal.services.EndOfRequestEventHubImpl
- All Implemented Interfaces:
- EndOfRequestEventHub
public class EndOfRequestEventHubImpl
- extends Object
- implements EndOfRequestEventHub
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EndOfRequestEventHubImpl
public EndOfRequestEventHubImpl(RequestGlobals requestGlobals)
addEndOfRequestListener
public void addEndOfRequestListener(EndOfRequestListener listener)
- Specified by:
addEndOfRequestListener
in interface EndOfRequestEventHub
removeEndOfRequestListener
public void removeEndOfRequestListener(EndOfRequestListener listener)
- Specified by:
removeEndOfRequestListener
in interface EndOfRequestEventHub
fire
public void fire()
- Description copied from interface:
EndOfRequestEventHub
- Invoked at the end of the request to notify the listeners.
- Specified by:
fire
in interface EndOfRequestEventHub
Copyright © 2003-2012 The Apache Software Foundation.