org.apache.commons.latka.event
Class RequestSkippedEvent

java.lang.Object
  |
  +--org.apache.commons.latka.event.BaseRequestEvent
        |
        +--org.apache.commons.latka.event.RequestSkippedEvent
All Implemented Interfaces:
LatkaEvent, RequestEvent

public class RequestSkippedEvent
extends BaseRequestEvent
implements RequestEvent


Constructor Summary
RequestSkippedEvent(Request request, Response response)
           
 
Methods inherited from class org.apache.commons.latka.event.BaseRequestEvent
getRequest, getResponse, getSession
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.commons.latka.event.RequestEvent
getRequest, getResponse, getSession
 

Constructor Detail

RequestSkippedEvent

public RequestSkippedEvent(Request request,
                           Response response)


Copyright © 2001 Apache Software Foundation. Documenation generated September 13 2001.