|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--com.ibm.processingbean.events.FetchArgumentsEvent
This event is thrown when the(!) triggerAction method of com.ibm.processingbean.ProcessingBean is called. It(!) is used for setting the input arguments for the processing bean.
EventObject
,
FetchArgumentsListener
, Serialized FormConstructor Summary | |
FetchArgumentsEvent(java.lang.Object source)
Constructs a FetchArgumentsEvent object with the specified
source object. |
Methods inherited from class java.util.EventObject |
getSource,
toString |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public FetchArgumentsEvent(java.lang.Object source)
FetchArgumentsEvent
object with the specified
source object.source
- The object where the event originated from(!)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |