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.StringARG_EVENTstatic java.lang.StringARG_JEVENTstatic java.lang.StringDEPR_ARG_JEVENT
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetRc()java.lang.ObjectgetTarget()java.lang.ObjectgetValue()voidsetRc(boolean value)voidsetValue(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
-
-