PluginHandler

public interface PluginHandler

A PluginHandler handles the activation process of a plugin.

Author:Hugo Y. K. Lam

See also: Plugin

Methods

processActivation

public void processActivation(Plugin plugin)

Processes the activation of the plugin this handler represents. It is invoked when the plugin is being activated.

Parameters:
  • plugin – the plugin this handler represents.
Throws:

processDeactivation

public void processDeactivation(Plugin plugin)

Processes the deactivation of the plugin this handler represents. It is invoked when the plugin is being deactivated.

Parameters:
  • plugin – the plugin this handler represents.
Throws: