org.gui4j.core.listener
Class Gui4jChangeListener
java.lang.Object
org.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mActionPeformed
protected Gui4jCall mActionPeformed
mGui4jComponentInstance
protected Gui4jComponentInstance mGui4jComponentInstance
mGui4jController
protected Gui4jCallBase mGui4jController
mGui4jThreadManager
protected Gui4jThreadManager mGui4jThreadManager
Gui4jChangeListener
public Gui4jChangeListener(Gui4jComponentInstance gui4jComponentInstance)
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.