Index: jakarta-commons/latka/src/java/org/apache/commons/latka/event/RequestEvent.java =================================================================== RCS file: /home/cvspublic/jakarta-commons/latka/src/java/org/apache/commons/latka/event/RequestEvent.java,v retrieving revision 1.4 diff -r1.4 RequestEvent.java 65a66,68 > /** > * The basic set of methods available on all Latka events > */ 67,69c70,84 < public abstract Request getRequest(); < public abstract Response getResponse(); < public abstract Session getSession(); --- > > /** the request the event is about > * @return the request the event relates to > */ > public abstract Request getRequest(); > > /** the response associated with the event's request > * @return the response for the event's request > */ > public abstract Response getResponse(); > > /** the session the event took place within > * @return the session the event took within > */ > public abstract Session getSession();
-- dIon Gillard, Multitask Consulting http://www.multitask.com.au/developers -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
