Class ClusterConfigEvent
- java.lang.Object
-
- org.hippoecm.frontend.plugin.config.ClusterConfigEvent
-
- All Implemented Interfaces:
IEvent<IClusterConfig>
public class ClusterConfigEvent extends Object implements IEvent<IClusterConfig>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ClusterConfigEvent.EventType
-
Constructor Summary
Constructors Constructor Description ClusterConfigEvent(IClusterConfig source, IPluginConfig plugin, ClusterConfigEvent.EventType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IPluginConfig
getPlugin()
IClusterConfig
getSource()
TheIObservable
that generated the event.ClusterConfigEvent.EventType
getType()
-
-
-
Constructor Detail
-
ClusterConfigEvent
public ClusterConfigEvent(IClusterConfig source, IPluginConfig plugin, ClusterConfigEvent.EventType type)
-
-
Method Detail
-
getType
public ClusterConfigEvent.EventType getType()
-
getPlugin
public IPluginConfig getPlugin()
-
getSource
public IClusterConfig getSource()
Description copied from interface:IEvent
TheIObservable
that generated the event.- Specified by:
getSource
in interfaceIEvent<IClusterConfig>
-
-