Package de.julianweinelt.datacat.data
Class SystemPlugin
java.lang.Object
de.julianweinelt.datacat.dbx.api.plugins.DbxPlugin
de.julianweinelt.datacat.data.SystemPlugin
The SystemPlugin is a core plugin representing the system module of the DataCat DBX plugin framework.
It is used to register system-level events.
Unloading it may lead to unexpected behavior.
DO NOT USE THIS PLUGIN INSTANCE FOR ANY REGISTRATIONS!!!
DO NOT USE THIS PLUGIN INSTANCE FOR ANY REGISTRATIONS!!!
- Since:
- 1.0.0
- Author:
- Julian Weinelt
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.julianweinelt.datacat.dbx.api.plugins.DbxPlugin
getDataFolder, getLogger, getMainFrame, getRegistry, preloadThemes, registerTheme, registerTheme, requiredOnClientAndServer, setLangData
-
Constructor Details
-
SystemPlugin
public SystemPlugin()
-
-
Method Details
-
preInit
public void preInit()Description copied from class:DbxPluginCalled when plugin is loaded. API calls should not be done here, as dependencies may not be loaded at this time. -
init
public void init()Description copied from class:DbxPluginCalled when the plugin is enabled. All dependencies are loaded. -
onDisable
public void onDisable()Description copied from class:DbxPluginCalled when plugin is being disabled -
onDefineEvents
public void onDefineEvents()Description copied from class:DbxPluginCalled to define events inRegistry.- Specified by:
onDefineEventsin classDbxPlugin
-
getName
-