pt.despodata.java.webappl.actions.event
Class ActionEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bysunw.util.EventObject
          extended bypt.despodata.java.webappl.actions.event.ActionEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
WhereStringBuildEvent

public class ActionEvent
extends sunw.util.EventObject

ActionEvent.java Company MoreData

Version:
$Revision: 1.1.1.1 $
Author:
pcarmo
See Also:
Serialized Form

Field Summary
static int AFTER_ACTION
           
static int BEFORE_ACTION
           
static int NEXT_FREE_ACTION_TYPE
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ActionEvent(Action action, int eventType, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String uri)
          Creates a new instance of ActionEvent
 
Method Summary
 int getEventType()
          Getter for property eventType.
 javax.servlet.http.HttpServletRequest getRequest()
          Getter for property request.
 java.lang.String getUri()
          Getter for property uri.
 void setEventType(int eventType)
          Setter for property eventType.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BEFORE_ACTION

public static final int BEFORE_ACTION
See Also:
Constant Field Values

AFTER_ACTION

public static final int AFTER_ACTION
See Also:
Constant Field Values

NEXT_FREE_ACTION_TYPE

public static final int NEXT_FREE_ACTION_TYPE
See Also:
Constant Field Values
Constructor Detail

ActionEvent

public ActionEvent(Action action,
                   int eventType,
                   javax.servlet.http.HttpServletRequest request,
                   javax.servlet.http.HttpServletResponse response,
                   java.lang.String uri)
Creates a new instance of ActionEvent

Method Detail

getEventType

public int getEventType()
Getter for property eventType.

Returns:
Value of property eventType.

getRequest

public javax.servlet.http.HttpServletRequest getRequest()
Getter for property request.

Returns:
Value of property request.

setEventType

public void setEventType(int eventType)
Setter for property eventType.

Parameters:
eventType - New value of property eventType.

getUri

public java.lang.String getUri()
Getter for property uri.

Returns:
Value of property uri.