public class ParameterDatabaseEvent
extends java.util.EventObject
| Constructor and Description |
|---|
ParameterDatabaseEvent(java.lang.Object source,
Parameter parameter,
java.lang.String value,
int type)
For ParameterDatabase events.
|
| Modifier and Type | Method and Description |
|---|---|
Parameter |
getParameter() |
int |
getType() |
java.lang.String |
getValue() |
public static final int SET
public static final int ACCESSED
public ParameterDatabaseEvent(java.lang.Object source,
Parameter parameter,
java.lang.String value,
int type)
source - the ParameterDatabaseparameter - the Parameter associated with the eventvalue - the value of the Parameter associated with the eventtype - the type of the eventpublic Parameter getParameter()
public java.lang.String getValue()
public int getType()