public abstract class AbstractValueMapper extends Object implements ValueMapper
Constructor and Description |
---|
AbstractValueMapper() |
Modifier and Type | Method and Description |
---|---|
void |
addListener(ValueMapperListener listener) |
protected void |
configure(Map<String,String> data,
Variant defaultValue) |
protected Variant |
defaultValue(Variant currentValue) |
void |
dispose() |
Variant |
mapValue(Variant value) |
void |
removeListener(ValueMapperListener listener) |
public Variant mapValue(Variant value)
mapValue
in interface ValueMapper
public void dispose()
public void addListener(ValueMapperListener listener)
addListener
in interface ValueMapper
public void removeListener(ValueMapperListener listener)
removeListener
in interface ValueMapper
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.