Package de.intarsys.tools.event
Interface IRequestEvent
-
- All Superinterfaces:
IEvent
- All Known Implementing Classes:
AbstractEventFacade
,RequestEvent
,RequestEventFacade
public interface IRequestEvent extends IEvent
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ARG_EVENT
static java.lang.String
ARG_JEVENT
static java.lang.String
DEPR_ARG_JEVENT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getRc()
java.lang.Object
getTarget()
java.lang.Object
getValue()
void
setRc(boolean value)
void
setValue(java.lang.Object value)
-
Methods inherited from interface de.intarsys.tools.event.IEvent
consume, getEventType, getName, getSource, isConsumed, isVetoed, veto
-
-
-
-
Field Detail
-
ARG_EVENT
static final java.lang.String ARG_EVENT
- See Also:
- Constant Field Values
-
ARG_JEVENT
static final java.lang.String ARG_JEVENT
- See Also:
- Constant Field Values
-
DEPR_ARG_JEVENT
static final java.lang.String DEPR_ARG_JEVENT
- See Also:
- Constant Field Values
-
-