public class ConfigurationEvent extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ConfigurationEvent.Type |
Constructor and Description |
---|
ConfigurationEvent(ConfigurationEvent.Type type,
Configuration configuration,
ConfigurationState state,
Throwable error) |
Modifier and Type | Method and Description |
---|---|
Configuration |
getConfiguration() |
Throwable |
getError() |
ConfigurationState |
getState() |
ConfigurationEvent.Type |
getType() |
String |
toString() |
public ConfigurationEvent(ConfigurationEvent.Type type, Configuration configuration, ConfigurationState state, Throwable error)
public ConfigurationState getState()
public Throwable getError()
public Configuration getConfiguration()
public ConfigurationEvent.Type getType()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.