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