org.topbraid.core.activator
Interface IPluginActivator

All Known Implementing Classes:
GeoPluginActivator

public interface IPluginActivator

Instances of this class can be registered in the extension point org.topbraid.core.pluginActivators to ensure that certain code is called whenever TopBraid is started.

Author:
Holger Knublauch

Method Summary
 void activate()
          Called by the runtime whenever TopBraid is started.
 

Method Detail

activate

void activate()
Called by the runtime whenever TopBraid is started.