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 © 2014 Eclipse SCADA Project. All rights reserved.