com.ontotext.gate.vr
Class Gaze.GazListDL
java.lang.Object
com.ontotext.gate.vr.Gaze.GazListDL
- All Implemented Interfaces:
- DocumentListener, EventListener
- Enclosing class:
- Gaze
- class Gaze.GazListDL
- extends Object
- implements DocumentListener
Gazetteer List Document Listener is used to monitor the
gaz list changes and alter the isModified flag of the current list.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Gaze.GazListDL
Gaze.GazListDL()
changedUpdate
public void changedUpdate(DocumentEvent ev)
- Specified by:
changedUpdate
in interface DocumentListener
insertUpdate
public void insertUpdate(DocumentEvent ev)
- Specified by:
insertUpdate
in interface DocumentListener
removeUpdate
public void removeUpdate(DocumentEvent ev)
- Specified by:
removeUpdate
in interface DocumentListener