jp.sbi.celldesigner.plugin
Interface PluginActionListener

All Known Implementing Classes:
PluginAction, PluginCloneModelDoSthAction, PluginCreateModelDoSthAction, PluginDoSthAbstractAction, PluginMassShowerAction, PluginOpenFileAndDoSomethingAction

public interface PluginActionListener

PluginActionListener


Method Summary
 void myActionPerformed(java.awt.event.ActionEvent e)
          Called when the plug-in menu is clicked on CellDesigner.
 

Method Detail

myActionPerformed

void myActionPerformed(java.awt.event.ActionEvent e)
Called when the plug-in menu is clicked on CellDesigner.

Parameters:
e -