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