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
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
registerInto
(Registration.Callback callback) Registersthis
plugin into thecallback
.
-
Constructor Details
-
PluginBase
public PluginBase()
-
-
Method Details
-
registerInto
Description copied from interface:Plugin
Registersthis
plugin into thecallback
.- Specified by:
registerInto
in interfacePlugin
- Specified by:
registerInto
in interfaceRegistration
- Parameters:
callback
- the callback.
-