hades.gui
Class Editor.DoCallMethodListener

java.lang.Object
  extended byhades.gui.Editor.DoCallMethodListener
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener
Enclosing class:
Editor

class Editor.DoCallMethodListener
extends java.lang.Object
implements java.awt.event.ActionListener


Field Summary
(package private)  StringDialog dialog
           
 
Constructor Summary
(package private) Editor.DoCallMethodListener()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent evt)
           
 void setStringDialog(StringDialog _dialog)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dialog

StringDialog dialog
Constructor Detail

Editor.DoCallMethodListener

Editor.DoCallMethodListener()
Method Detail

setStringDialog

public void setStringDialog(StringDialog _dialog)

actionPerformed

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