com.ibm.processingbean.events
Class FetchArgumentsEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--com.ibm.processingbean.events.FetchArgumentsEvent

public class FetchArgumentsEvent
extends java.util.EventObject

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.

See Also:
EventObject, FetchArgumentsListener, Serialized Form

Constructor 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

FetchArgumentsEvent

public FetchArgumentsEvent(java.lang.Object source)
Constructs a FetchArgumentsEvent object with the specified source object.
Parameters:
source - The object where the event originated from(!)