public class ConfigurationEvent
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ConfigurationEvent.Type |
| Constructor and Description |
|---|
ConfigurationEvent(ConfigurationEvent.Type type,
Configuration configuration,
ConfigurationState state,
java.lang.Throwable error) |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
getConfiguration() |
java.lang.Throwable |
getError() |
ConfigurationState |
getState() |
ConfigurationEvent.Type |
getType() |
java.lang.String |
toString() |
public ConfigurationEvent(ConfigurationEvent.Type type, Configuration configuration, ConfigurationState state, java.lang.Throwable error)
public ConfigurationState getState()
public java.lang.Throwable getError()
public Configuration getConfiguration()
public ConfigurationEvent.Type getType()
public java.lang.String toString()
toString in class java.lang.Object
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0