JavaScript is disabled on your browser.
ec.util
Class ParameterDatabaseEvent
-
-
Field Detail
-
type
private final int type
-
Constructor Detail
-
ParameterDatabaseEvent
public ParameterDatabaseEvent(Object source,
Parameter parameter,
String value,
int type)
For ParameterDatabase events.
- Parameters:
source - the ParameterDatabase
parameter - the Parameter associated with the event
value - the value of the Parameter associated with the event
type - the type of the event
-
Method Detail
-
getValue
public String getValue()
- Returns:
- the value of the Parameter associated with the event.
-
getType
public int getType()
- Returns:
- the type of the event.
Copyright © 2019. All rights reserved.