com.ontotext.gate.vr.dialog
Class SaveOKListener

java.lang.Object
  extended bycom.ontotext.gate.vr.dialog.SaveOKListener
All Implemented Interfaces:
ActionListener, EventListener

public class SaveOKListener
extends Object
implements ActionListener

Listeners like this one are used to be set to the OK button of the MultipleSelectionDialog. Thus, different actions could be performed on OK while the MultipleSelectionDialog stays flexible note: could be moved to MultipleSelectionDialog


Constructor Summary
SaveOKListener(MultipleSelectionDialog dialog)
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SaveOKListener

public SaveOKListener(MultipleSelectionDialog dialog)
Method Detail

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener