public class ParameterDatabaseEvent extends EventObject
| Modifier and Type | Field and Description |
|---|---|
static int |
ACCESSED |
private Parameter |
parameter |
static int |
SET |
private int |
type |
private String |
value |
source| Constructor and Description |
|---|
ParameterDatabaseEvent(Object source,
Parameter parameter,
String value,
int type)
For ParameterDatabase events.
|
| Modifier and Type | Method and Description |
|---|---|
Parameter |
getParameter() |
int |
getType() |
String |
getValue() |
getSource, toStringpublic static final int SET
public static final int ACCESSED
private final Parameter parameter
private final String value
private final int type
public ParameterDatabaseEvent(Object source, Parameter parameter, 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 eventCopyright © 2014 Evolutionary Computation Laboratory at George Mason University. All rights reserved.