public class ObservableRegistry extends Object implements IPlugin
Constructor and Description |
---|
ObservableRegistry(IPluginContext context,
IPluginConfig config) |
Modifier and Type | Method and Description |
---|---|
void |
start()
This method can be implemented by plugins to delay part of the initialization until
subclasses have finished their construction.
|
void |
startObservation() |
void |
stop()
Release references to external resources.
|
void |
stopObservation() |
public ObservableRegistry(IPluginContext context, IPluginConfig config)
public void startObservation()
public void stopObservation()
public void start()
IPlugin
Copyright © 2007–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.