Package com.axelor.events
Class RequestEvent
- java.lang.Object
-
- com.axelor.events.RequestEvent
-
- Direct Known Subclasses:
PostRequest
,PreRequest
public class RequestEvent extends Object
-
-
Constructor Summary
Constructors Constructor Description RequestEvent(Object source, Request request)
-
-
-
Field Detail
-
SEARCH
public static final String SEARCH
- See Also:
- Constant Field Values
-
EXPORT
public static final String EXPORT
- See Also:
- Constant Field Values
-
READ
public static final String READ
- See Also:
- Constant Field Values
-
FETCH
public static final String FETCH
- See Also:
- Constant Field Values
-
SAVE
public static final String SAVE
- See Also:
- Constant Field Values
-
MASS_UPDATE
public static final String MASS_UPDATE
- See Also:
- Constant Field Values
-
REMOVE
public static final String REMOVE
- See Also:
- Constant Field Values
-
COPY
public static final String COPY
- See Also:
- Constant Field Values
-
FETCH_NAME
public static final String FETCH_NAME
- See Also:
- Constant Field Values
-
-