com.arsdigita.dispatcher
Interface RequestListener
- All Superinterfaces:
- EventListener
- public interface RequestListener
- extends EventListener
Used to register callbacks for the code to run
when a request starts or ends.
- Since:
- 4.5
- Version:
- $Revision: #9 $ $Date: 2004/04/07 $
- Author:
- Bill Schneider
versionId
public static final String versionId
- See Also:
- Constant Field Values
requestStarted
public void requestStarted(RequestEvent e)
- Called when ACSServlet starts processing an incoming request.
- Parameters:
e
- the event
requestFinished
public void requestFinished(RequestEvent e)
- Called when ACSServlet finishes processing an incoming request.
- Parameters:
e
- the event
Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC