java.lang.Object
org.greenstone.gatherer.cdm.CollectionDesignManager.CDMChangeListener
- All Implemented Interfaces:
- java.awt.event.ActionListener, javax.swing.event.DocumentListener, java.util.EventListener
- Enclosing class:
- CollectionDesignManager
- private class CollectionDesignManager.CDMChangeListener
- extends java.lang.Object
- implements java.awt.event.ActionListener, javax.swing.event.DocumentListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollectionDesignManager.CDMChangeListener
private CollectionDesignManager.CDMChangeListener()
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent event)
- Description copied from interface:
java.awt.event.ActionListener
- This method is invoked when an action occurs.
- Specified by:
actionPerformed in interface java.awt.event.ActionListener
changedUpdate
public void changedUpdate(javax.swing.event.DocumentEvent e)
- Gives notification that an attribute or set of attributes changed.
- Specified by:
changedUpdate in interface javax.swing.event.DocumentListener
insertUpdate
public void insertUpdate(javax.swing.event.DocumentEvent e)
- Gives notification that there was an insert into the document.
- Specified by:
insertUpdate in interface javax.swing.event.DocumentListener
removeUpdate
public void removeUpdate(javax.swing.event.DocumentEvent e)
- Gives notification that a portion of the document has been removed.
- Specified by:
removeUpdate in interface javax.swing.event.DocumentListener