public class ClusterConfigEvent extends Object implements IEvent<IClusterConfig>
Modifier and Type | Class and Description |
---|---|
static class |
ClusterConfigEvent.EventType |
Constructor and Description |
---|
ClusterConfigEvent(IClusterConfig source,
IPluginConfig plugin,
ClusterConfigEvent.EventType type) |
Modifier and Type | Method and Description |
---|---|
IPluginConfig |
getPlugin() |
IClusterConfig |
getSource()
The
IObservable that generated the event. |
ClusterConfigEvent.EventType |
getType() |
public ClusterConfigEvent(IClusterConfig source, IPluginConfig plugin, ClusterConfigEvent.EventType type)
public ClusterConfigEvent.EventType getType()
public IPluginConfig getPlugin()
public IClusterConfig getSource()
IEvent
IObservable
that generated the event.getSource
in interface IEvent<IClusterConfig>
Copyright © 2007–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.