org.merlotxml.merlot
Class XMLEditorActions.PluginFireNodeAction

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

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


Field Summary
protected  NodeActionConfig _config
           
protected  MerlotDOMNode _node
           
 
Constructor Summary
XMLEditorActions.PluginFireNodeAction(NodeActionConfig config, MerlotDOMNode node)
           
 
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 NodeActionConfig _config

_node

protected MerlotDOMNode _node
Constructor Detail

XMLEditorActions.PluginFireNodeAction

public XMLEditorActions.PluginFireNodeAction(NodeActionConfig config,
                                             MerlotDOMNode node)
Method Detail

actionPerformed

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