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

Quick Search    Search Deep

org.gui4j.core.listener
Class Gui4jActionListenerCheckBox  view Gui4jActionListenerCheckBox download Gui4jActionListenerCheckBox.java

java.lang.Object
  extended byorg.gui4j.core.listener.Gui4jActionListener
      extended byorg.gui4j.core.listener.Gui4jActionListenerCheckBox
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, org.gui4j.Gui4jDispose

public class Gui4jActionListenerCheckBox
extends Gui4jActionListener


Field Summary
 
Fields inherited from class org.gui4j.core.listener.Gui4jActionListener
mActionPeformed, mGui4jComponentInstance, mGui4jController, mGui4jThreadManager
 
Constructor Summary
Gui4jActionListenerCheckBox(org.gui4j.core.Gui4jComponentInstance gui4jComponentInstance)
          Constructor for Gui4jActionListenerCheckBox.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          This method is invoked when an action occurs.
 
Methods inherited from class org.gui4j.core.listener.Gui4jActionListener
dispose, setActionPerformed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Gui4jActionListenerCheckBox

public Gui4jActionListenerCheckBox(org.gui4j.core.Gui4jComponentInstance gui4jComponentInstance)
Constructor for Gui4jActionListenerCheckBox.

Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
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
Overrides:
actionPerformed in class Gui4jActionListener