ec.util
Class ParameterDatabaseEvent
java.lang.Object
java.util.EventObject
ec.util.ParameterDatabaseEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class ParameterDatabaseEvent
- extends java.util.EventObject
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SET
public static final int SET
- See Also:
- Constant Field Values
ACCESSED
public static final int ACCESSED
- See Also:
- Constant Field Values
ParameterDatabaseEvent
public ParameterDatabaseEvent(java.lang.Object source,
Parameter parameter,
java.lang.String value,
int type)
- For ParameterDatabase events.
- Parameters:
source
- the ParameterDatabaseparameter
- the Parameter associated with the eventvalue
- the value of the Parameter associated with the eventtype
- the type of the event
getParameter
public Parameter getParameter()
- Returns:
- the Parameter associated with the event
getValue
public java.lang.String getValue()
- Returns:
- the value of the Parameter associated with the event.
getType
public int getType()
- Returns:
- the type of the event.