Uses of Class
net.tnemc.plugincore.core.api.CallbackManager
Packages that use CallbackManager
-
Uses of CallbackManager in net.tnemc.plugincore
Methods in net.tnemc.plugincore that return CallbackManagerMethods in net.tnemc.plugincore with parameters of type CallbackManagerModifier and TypeMethodDescriptionvoidPluginCore.setCallbackManager(CallbackManager callbackManager) -
Uses of CallbackManager in net.tnemc.plugincore.core
Methods in net.tnemc.plugincore.core with parameters of type CallbackManagerModifier and TypeMethodDescriptionabstract voidPluginEngine.registerCallbacks(CallbackManager callbackManager) Used to registerCallbacksduring initialization. -
Uses of CallbackManager in net.tnemc.plugincore.core.api
Methods in net.tnemc.plugincore.core.api with parameters of type CallbackManagerModifier and TypeMethodDescriptionvoidCallbackProvider.init(CallbackManager manager) Called when theCallbackManageris initialized.