org.estouro.ui.extensionSystem.jumpAdapter
Class ExtensionAdapter

java.lang.Object
  extended by org.estouro.ui.extensionSystem.jumpAdapter.ExtensionAdapter
All Implemented Interfaces:
Extension

public class ExtensionAdapter
extends java.lang.Object
implements Extension


Constructor Summary
ExtensionAdapter(com.vividsolutions.jump.workbench.plugin.Extension extension, PlugInContextAdapter pica)
           
 
Method Summary
 void configure(PluginContext ctx)
           
 void exit()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtensionAdapter

public ExtensionAdapter(com.vividsolutions.jump.workbench.plugin.Extension extension,
                        PlugInContextAdapter pica)
Method Detail

configure

public void configure(PluginContext ctx)
               throws PluginException
Specified by:
configure in interface Extension
Throws:
PluginException

exit

public void exit()
          throws PluginException
Specified by:
exit in interface Extension
Throws:
PluginException


Copyright © 2005-2006 Fernando González Cortés. All Rights Reserved.