org.topbraid.geo
Class GeoPluginActivator

java.lang.Object
  extended by org.topbraid.geo.GeoPluginActivator
All Implemented Interfaces:
IPluginActivator

public class GeoPluginActivator
extends java.lang.Object
implements IPluginActivator


Constructor Summary
GeoPluginActivator()
           
 
Method Summary
 void activate()
          Called by the runtime whenever TopBraid is started.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoPluginActivator

public GeoPluginActivator()
Method Detail

activate

public void activate()
Description copied from interface: IPluginActivator
Called by the runtime whenever TopBraid is started.

Specified by:
activate in interface IPluginActivator