java.lang.Object
org.greenstone.gatherer.gui.metaaudit.AutofilterDialog.CheckListener
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener
- Enclosing class:
- AutofilterDialog
- private final class AutofilterDialog.CheckListener
- extends java.lang.Object
- implements java.awt.event.ActionListener
Listens for actions on the check box it is attached to, and when notified sets the state of the second method and value to the specified state.
|
Field Summary |
private boolean |
desired_state
The default desire state any check button this listens to. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
desired_state
private boolean desired_state
- The default desire state any check button this listens to.
AutofilterDialog.CheckListener
public AutofilterDialog.CheckListener(boolean desired_state)
- The constructor takes an associated desired state.
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent event)
- Whenever our registered components are actioned apon, set the state of the second method and value to the desired state.
- Specified by:
actionPerformed in interface java.awt.event.ActionListener