com.ontotext.gate.vr.dialog
Class CloseOKListener

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

public class CloseOKListener
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


Field Summary
(package private)  MultipleSelectionDialog dialog
           
 
Constructor Summary
CloseOKListener(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
 

Field Detail

dialog

MultipleSelectionDialog dialog
Constructor Detail

CloseOKListener

public CloseOKListener(MultipleSelectionDialog dialog)
Method Detail

actionPerformed

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