Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.greenstone.gatherer.gui.metaaudit
Class AutofilterDialog.CheckListener  view AutofilterDialog.CheckListener download AutofilterDialog.CheckListener.java

java.lang.Object
  extended byorg.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.
 
Constructor Summary
AutofilterDialog.CheckListener(boolean desired_state)
          The constructor takes an associated desired state.
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

desired_state

private boolean desired_state
The default desire state any check button this listens to.

Constructor Detail

AutofilterDialog.CheckListener

public AutofilterDialog.CheckListener(boolean desired_state)
The constructor takes an associated desired state.

Method Detail

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