public class NewStylePlugin extends ConsolePlugin
This plugin demonstrates two ways to define console panels that display monitoring data:
MonitorView). The
view is submitted to the framework for management by calling its install() method.
The associated filter
makes the view display channels from all subsystems with values out of allowed range.
LsstMonitorPlugin.openPage(...).
The filter associated with the page makes it display a fixed set of channels.
| Constructor and Description |
|---|
NewStylePlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize()
Called by the framework when the console starts, to initialize this plugin.
|
getConsole, getServices, propertiesChanged, restore, save, setServicesProvider, shutdown, start, stoppublic void initialize()
initialize in class ConsolePluginCopyright © 2018 LSST. All rights reserved.