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