ru.tunegov.mathematic.event
Class FetchArgumentsEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--ru.tunegov.mathematic.event.FetchArgumentsEvent
All Implemented Interfaces:
java.io.Serializable

public class FetchArgumentsEvent
extends java.util.EventObject

This event is thrown when triggerAction method of FunctionBean is called. This is used for setting the input arguments for the function bean.

Since:
Mathematic 1.0
See Also:
Serialized Form

Constructor Summary
FetchArgumentsEvent(java.lang.Object source)
          Constructs 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 FetchArgumentsEvent object with the specified source object.
Parameters:
source - object where the event originated