org.gui4j.core.listener
Class Gui4jChangeListener

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

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

Author:
Joachim Schmid

Field Summary
protected  Gui4jCall mActionPeformed
           
protected  Gui4jComponentInstance mGui4jComponentInstance
           
protected  Gui4jCallBase mGui4jController
           
protected  Gui4jThreadManager mGui4jThreadManager
           
 
Constructor Summary
Gui4jChangeListener(Gui4jComponentInstance gui4jComponentInstance)
           
 
Method Summary
 void dispose()
          dispose instance.
 void setActionPerformed(Gui4jCall actionPeformed)
          Sets the actionPeformed.
 void stateChanged(javax.swing.event.ChangeEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mActionPeformed

protected Gui4jCall mActionPeformed

mGui4jComponentInstance

protected Gui4jComponentInstance mGui4jComponentInstance

mGui4jController

protected Gui4jCallBase mGui4jController

mGui4jThreadManager

protected Gui4jThreadManager mGui4jThreadManager
Constructor Detail

Gui4jChangeListener

public Gui4jChangeListener(Gui4jComponentInstance gui4jComponentInstance)
Method Detail

setActionPerformed

public void setActionPerformed(Gui4jCall actionPeformed)
Sets the actionPeformed.

Parameters:
actionPeformed - The actionPeformed to set

stateChanged

public void stateChanged(javax.swing.event.ChangeEvent e)
Specified by:
stateChanged in interface javax.swing.event.ChangeListener
See Also:
ChangeListener.stateChanged(ChangeEvent)

dispose

public void dispose()
Description copied from interface: 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 Gui4jDispose


Copyright © 2002-2005 beck et al. projects GmbH. All Rights Reserved.