intarsys runtime library

de.intarsys.tools.event
Interface IFunctorEvent

All Superinterfaces:
IEvent
All Known Implementing Classes:
AbstractEventFacade, GenericEvent, GenericEventFacade

public interface IFunctorEvent
extends IEvent

An IEvent commonly passed into an IFunctor.


Field Summary
static String ARG_EVENT
           
static String ARG_JEVENT
           
static String DEPR_ARG_JEVENT
           
 
Method Summary
 boolean getRc()
           
 Object getTarget()
           
 Object getValue()
           
 void setRc(boolean value)
           
 void setValue(Object value)
           
 
Methods inherited from interface de.intarsys.tools.event.IEvent
consume, getEventType, getName, getSource, isConsumed, isVetoed, veto
 

Field Detail

ARG_EVENT

static final String ARG_EVENT
See Also:
Constant Field Values

ARG_JEVENT

static final String ARG_JEVENT
See Also:
Constant Field Values

DEPR_ARG_JEVENT

static final String DEPR_ARG_JEVENT
See Also:
Constant Field Values
Method Detail

getRc

boolean getRc()

getTarget

Object getTarget()

getValue

Object getValue()

setRc

void setRc(boolean value)

setValue

void setValue(Object value)

intarsys runtime library

Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.