Uses of Interface
org.jorigin.plugin.IPlugger
-
Packages that use IPlugger Package Description org.jorigin.plugin -
-
Uses of IPlugger in org.jorigin.plugin
Classes in org.jorigin.plugin that implement IPlugger Modifier and Type Class Description classDefaultPluggerThis class is a default implementation of theIPluggerinterface.Methods in org.jorigin.plugin with parameters of type IPlugger Modifier and Type Method Description booleanIPlugin. pluginInit(IPlugger plugger)Init the plugin and give the plugin a reference to the plugger where it is registered.Constructors in org.jorigin.plugin with parameters of type IPlugger Constructor Description DefaultPluginManager(IPlugger plugger)Create a default plugin manager.
-