com.ibm.processingbean.events
Interface FetchArgumentsListener


public interface FetchArgumentsListener
extends java.util.EventListener

The listener interface for receiving FetchArgumentsEvent.

See Also:
EventListener

Method Summary
 void fetchArguments(FetchArgumentsEvent e)
          Invoked when the triggerAction method is called to start the computation.
 

Method Detail

fetchArguments

public void fetchArguments(FetchArgumentsEvent e)
Invoked when the triggerAction method is called to start the computation.