Uses of Interface
org.jorigin.plugin.IPlugin
Packages that use IPlugin
-
Uses of IPlugin in org.jorigin.plugin
Methods in org.jorigin.plugin that return IPluginModifier and TypeMethodDescriptionPluginToolkitEvent.getPlugin()Get the plugin attached o this event.Methods in org.jorigin.plugin that return types with arguments of type IPluginModifier and TypeMethodDescriptionPluginToolkit.loadPlugins()Load all plugins available in the locations given to the toolkit.Methods in org.jorigin.plugin with parameters of type IPluginModifier and TypeMethodDescriptionvoidPluginManagerListener.initAborted(IPlugin plugin, float percentDone) This method is called if the initialization task is aborted and is not complete.voidThis method is called if an error has occurred during the initialization task.voidPluginManagerListener.initProgress(IPlugin plugin, float percentDone) This method is called when a progress is made during the initialization of all registered plugins.voidDefaultPluginManager.pluginInit(IPlugin plugin) voidIPluginManager.pluginInit(IPlugin plugin) Initialize the plugin given in parameter.voidPluginManagerListener.pluginInitializationError(IPlugin plugin) This method is called when an error has occurred during the initialization of a plugin by the plugin manager.voidPluginManagerListener.pluginInitialized(IPlugin plugin) This method is called when a plugin has been successfully initialized by the plugin manager.voidDefaultPluginManager.pluginRegister(IPlugin plugin) voidIPluginManager.pluginRegister(IPlugin plugin) Register a plugin to the plugin manager.voidPluginManagerListener.pluginRegistered(IPlugin plugin) This method is called when a plugin has been successfully registered by the plugin manager.voidPluginManagerListener.pluginRegistrationError(IPlugin plugin) This method is called when an error has occurred during the registration of a plugin by the plugin manager.voidDefaultPluginManager.pluginRestart(IPlugin plugin) voidIPluginManager.pluginRestart(IPlugin plugin) Restart the plugin given in parameter.voidDefaultPluginManager.pluginStart(IPlugin plugin) voidIPluginManager.pluginStart(IPlugin plugin) Start the plugin given in parameter.voidPluginManagerListener.pluginStarted(IPlugin plugin) This method is called when a plugin has been successfully started by the plugin manager.voidPluginManagerListener.pluginStartError(IPlugin plugin) This method is called when an error has occurred during the start of a plugin by the plugin manager.voidDefaultPluginManager.pluginStop(IPlugin plugin) voidIPluginManager.pluginStop(IPlugin plugin) Stop the plugin given in parameter.voidPluginManagerListener.pluginStopError(IPlugin plugin) This method is called when an error has occurred during the stop of a plugin by the plugin manager.voidPluginManagerListener.pluginStopped(IPlugin plugin) This method is called when a plugin has been successfully stopped by the plugin manager.voidDefaultPluginManager.pluginUnregister(IPlugin plugin) voidIPluginManager.pluginUnregister(IPlugin plugin) Unregister the given plugin from the plugin managervoidPluginManagerListener.startAborted(IPlugin plugin, float percentDone) This method is called if the start task is aborted and is not complete.voidPluginManagerListener.startProgress(IPlugin plugin, float percentDone) This method is called when a progress is made during the start of all registered plugins.voidPluginManagerListener.stopAborted(IPlugin plugin, float percentDone) This method is called if the stop task is aborted and is not complete.voidPluginManagerListener.stopProgress(IPlugin plugin, float percentDone) This method is called when a progress is made during the stop of all registered plugins.Constructors in org.jorigin.plugin with parameters of type IPluginModifierConstructorDescriptionPluginToolkitEvent(Object source, int id, IPlugin plugin, double progress) Create a new event with the source and identifier given in parameter.PluginToolkitEvent(Object source, int id, IPlugin plugin, double progress, double taskSize) Create a new event with the source and identifier given in parameter.