@Plugin(name="Status Aggregator Demo", id="aggregator-demo", description="Status Aggregator test plugin", loadAtStart=false) public class AggregatorTest extends ConsolePlugin
| Constructor and Description |
|---|
AggregatorTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize()
Called by the framework when the console starts, to initialize this plugin..
|
void |
shutdown()
Called by the framework when the graphical console is shut down.
|
void |
start()
Called by the framework when the console starts, after all plugins have been initialized.
|
void |
stop()
Called by the framework when the console shuts down, before the call to
ConsolePlugin.shutdown(). |
getConsole, getServices, propertiesChanged, restore, save, setServicesProviderpublic void initialize()
ConsolePlugininitialize in class ConsolePluginpublic void start()
ConsolePluginstart in class ConsolePluginpublic void stop()
ConsolePluginConsolePlugin.shutdown().
May also be called interactively through the graphical console GUI. In that
case, the method will not be called on the console shutdown unless the ConsolePlugin.start()
method is invoked again.stop in class ConsolePluginpublic void shutdown()
ConsolePluginshutdown in class ConsolePluginCopyright © 2023 LSST. All rights reserved.