com.partnersoft.modules.inspection.listener
Class CheckBoxScriptListener

java.lang.Object
  extended by com.partnersoft.modules.inspection.listener.BaseListener
      extended by com.partnersoft.modules.inspection.listener.CheckBoxScriptListener
All Implemented Interfaces:
java.awt.event.ItemListener, java.util.EventListener

public class CheckBoxScriptListener
extends BaseListener
implements java.awt.event.ItemListener

Inspection field listener for JCheckBoxes. Fires script when a itemStateChangedEvent is fired.

Copyright 2008 Partner Software, Inc.

Version:
$Id$
Author:
Rich Stepanski

Constructor Summary
CheckBoxScriptListener(InspectionKit kit, com.partnersoft.gui.GUIForm parent, java.lang.String scriptName)
           
 
Method Summary
 void itemStateChanged(java.awt.event.ItemEvent e)
           
 
Methods inherited from class com.partnersoft.modules.inspection.listener.BaseListener
fireScript
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckBoxScriptListener

public CheckBoxScriptListener(InspectionKit kit,
                              com.partnersoft.gui.GUIForm parent,
                              java.lang.String scriptName)
Parameters:
kit -
parent -
scriptName -
Method Detail

itemStateChanged

public void itemStateChanged(java.awt.event.ItemEvent e)
Specified by:
itemStateChanged in interface java.awt.event.ItemListener