org.apache.tapestry5.internal.services
Class EndOfRequestEventHubImpl

java.lang.Object
  extended by org.apache.tapestry5.internal.services.EndOfRequestEventHubImpl
All Implemented Interfaces:
EndOfRequestEventHub

public class EndOfRequestEventHubImpl
extends Object
implements EndOfRequestEventHub


Constructor Summary
EndOfRequestEventHubImpl(RequestGlobals requestGlobals)
           
 
Method Summary
 void addEndOfRequestListener(EndOfRequestListener listener)
           
 void fire()
          Invoked at the end of the request to notify the listeners.
 void removeEndOfRequestListener(EndOfRequestListener listener)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndOfRequestEventHubImpl

public EndOfRequestEventHubImpl(RequestGlobals requestGlobals)
Method Detail

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.