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
-
-
Constructor Summary
Constructors Constructor and Description ParameterDatabaseEvent(java.lang.Object source, Parameter parameter, java.lang.String value, int type)For ParameterDatabase events.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description ParametergetParameter()intgetType()java.lang.StringgetValue()
-
-
-
Field Detail
-
SET
public static final int SET
- See Also:
- Constant Field Values
-
ACCESSED
public static final int ACCESSED
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
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
-
-
Method Detail
-
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.
-
-
DMelt 3.0 © DataMelt by jWork.ORG