The Meta-Environment API

Uses of Interface
nl.cwi.sen1.gui.plugin.StudioPluginListener

Packages that use StudioPluginListener
nl.cwi.sen1.gui.plugin   
 

Uses of StudioPluginListener in nl.cwi.sen1.gui.plugin
 

Methods in nl.cwi.sen1.gui.plugin with parameters of type StudioPluginListener
 void DefaultStudioPlugin.addStudioPluginListener(StudioPluginListener l)
           
 void StudioPlugin.addStudioPluginListener(StudioPluginListener l)
          Register a listener.
 void DefaultStudioPlugin.removeStudioPluginListener(StudioPluginListener l)
           
 void StudioPlugin.removeStudioPluginListener(StudioPluginListener l)
          Unregister a listener.
 


The Meta-Environment API