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

Quick Search    Search Deep

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

java.lang.Object
  extended byorg.gui4j.core.listener.Gui4jChangeListener
All Implemented Interfaces:
javax.swing.event.ChangeListener, java.util.EventListener, org.gui4j.Gui4jDispose
Direct Known Subclasses:
Gui4jTabChangeListener

public class Gui4jChangeListener
extends java.lang.Object
implements javax.swing.event.ChangeListener, org.gui4j.Gui4jDispose


Field Summary
protected  org.gui4j.core.Gui4jCall mActionPeformed
           
protected  org.gui4j.core.Gui4jComponentInstance mGui4jComponentInstance
           
protected  org.gui4j.Gui4jCallBase mGui4jController
           
protected  org.gui4j.core.Gui4jThreadManager mGui4jThreadManager
           
 
Constructor Summary
Gui4jChangeListener(org.gui4j.core.Gui4jComponentInstance gui4jComponentInstance)
           
 
Method Summary
 void dispose()
          dispose instance.
 void setActionPerformed(org.gui4j.core.Gui4jCall actionPeformed)
          Sets the actionPeformed.
 void stateChanged(javax.swing.event.ChangeEvent e)
          Called by an object to notify the listener that the object's state has changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mActionPeformed

protected org.gui4j.core.Gui4jCall mActionPeformed

mGui4jComponentInstance

protected org.gui4j.core.Gui4jComponentInstance mGui4jComponentInstance

mGui4jController

protected org.gui4j.Gui4jCallBase mGui4jController

mGui4jThreadManager

protected org.gui4j.core.Gui4jThreadManager mGui4jThreadManager
Constructor Detail

Gui4jChangeListener

public Gui4jChangeListener(org.gui4j.core.Gui4jComponentInstance gui4jComponentInstance)
Method Detail

setActionPerformed

public void setActionPerformed(org.gui4j.core.Gui4jCall actionPeformed)
Sets the actionPeformed.


stateChanged

public void stateChanged(javax.swing.event.ChangeEvent e)
Description copied from interface: javax.swing.event.ChangeListener
Called by an object to notify the listener that the object's state has changed. The incoming event identifies the source of the event, allowing the listener to differentiate when it is listening for changes in multiple sources.

Specified by:
stateChanged in interface javax.swing.event.ChangeListener

dispose

public void dispose()
Description copied from interface: org.gui4j.Gui4jDispose
dispose instance. After this call, the instance must not be used anymore. Used to make the work easier for the garbage collection.

Specified by:
dispose in interface org.gui4j.Gui4jDispose