org.apache.tapestry5.internal.services
Interface EndOfRequestEventHub

All Known Implementing Classes:
EndOfRequestEventHubImpl

public interface EndOfRequestEventHub

Manages request notifications for the EndOfRequestListener interface.


Method Summary
 void addEndOfRequestListener(EndOfRequestListener listener)
           
 void fire()
          Invoked at the end of the request to notify the listeners.
 void removeEndOfRequestListener(EndOfRequestListener listener)
           
 

Method Detail

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.