org.merlotxml.merlot
Class XMLEditorActions.PluginFireAction

java.lang.Object
  extended byorg.merlotxml.merlot.XMLEditorActions.PluginFireAction
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
XMLEditorActions

public class XMLEditorActions.PluginFireAction
extends java.lang.Object
implements java.awt.event.ActionListener


Field Summary
protected  ActionConfig _config
           
 
Constructor Summary
XMLEditorActions.PluginFireAction(ActionConfig config)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_config

protected ActionConfig _config
Constructor Detail

XMLEditorActions.PluginFireAction

public XMLEditorActions.PluginFireAction(ActionConfig config)
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent event)
Specified by:
actionPerformed in interface java.awt.event.ActionListener