java.lang.Object
org.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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Gui4jChangeListener
public Gui4jChangeListener(org.gui4j.core.Gui4jComponentInstance gui4jComponentInstance)
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