Package io.deephaven.plugin
Class PluginBase
java.lang.Object
io.deephaven.plugin.PluginBase
- All Implemented Interfaces:
Plugin,Registration
- Direct Known Subclasses:
JsPlugin,ObjectTypeBase
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.deephaven.plugin.Plugin
Plugin.Visitor<T>Nested classes/interfaces inherited from interface io.deephaven.plugin.Registration
Registration.Callback -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidregisterInto(Registration.Callback callback) Registersthisplugin into thecallback.
-
Constructor Details
-
PluginBase
public PluginBase()
-
-
Method Details
-
registerInto
Description copied from interface:PluginRegistersthisplugin into thecallback.- Specified by:
registerIntoin interfacePlugin- Specified by:
registerIntoin interfaceRegistration- Parameters:
callback- the callback.
-