com.ontotext.gate.vr.dialog
Class CloseOKListener
java.lang.Object
com.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CloseOKListener
public CloseOKListener(MultipleSelectionDialog dialog)
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformed
in interface ActionListener