Uses of Enum
de.xima.fc.plugin.lifecycle.EPluginLifecycleEvent
Packages that use EPluginLifecycleEvent
-
Uses of EPluginLifecycleEvent in de.xima.fc.plugin.event
Methods in de.xima.fc.plugin.event that return EPluginLifecycleEventModifier and TypeMethodDescriptionIPluginLifecycleEvent.phase()The phase of the lifecycle, either before or after the plugin is installed, activated, deactivated, or uninstalled. -
Uses of EPluginLifecycleEvent in de.xima.fc.plugin.lifecycle
Subclasses with type arguments of type EPluginLifecycleEvent in de.xima.fc.plugin.lifecycleModifier and TypeClassDescriptionenumAn enumeration of the different types of plugin related events for which a listener may be registered.Methods in de.xima.fc.plugin.lifecycle that return EPluginLifecycleEventModifier and TypeMethodDescriptionstatic EPluginLifecycleEventReturns the enum constant of this type with the specified name.static EPluginLifecycleEvent[]EPluginLifecycleEvent.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.plugin.lifecycle with parameters of type EPluginLifecycleEventModifier and TypeMethodDescriptionvoidIPluginLifecycleListener.handleEvent(EPluginLifecycleEvent event, PluginRuntime pluginRuntime, TPlugin plugin) The callback method that is invoked when the event occurred for which this listener was registered.