ExtensionPointHandler

public interface ExtensionPointHandler

An ExtensionPointHandler handles all the extensions of the extension point it represents.

Author:Hugo Y. K. Lam

See also: ExtensionPoint

Methods

processExtensions

public void processExtensions(Collection extensions)

Processes the extensions of the extension point it represents. It is invoked when the plugin registry is being activated.

Parameters:
  • extensions – the extensions of the extension point it represents.
Throws: