java.lang.Object
org.gui4j.core.listener.Gui4jActionListener
org.gui4j.core.listener.Gui4jListenerEdit
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener, java.awt.event.FocusListener, org.gui4j.Gui4jDispose
- Direct Known Subclasses:
- Gui4jListenerPasswordField
- public class Gui4jListenerEdit
- extends Gui4jActionListener
- implements java.awt.event.FocusListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mSetValue
private org.gui4j.core.Gui4jCall mSetValue
lastContent
private java.lang.String lastContent
Gui4jListenerEdit
public Gui4jListenerEdit(org.gui4j.core.Gui4jComponentInstance gui4jComponentInstance)
- Constructor for Gui4jListenerEdit.
setSetValue
public void setSetValue(org.gui4j.core.Gui4jCall setValue)
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
focusGained
public void focusGained(java.awt.event.FocusEvent e)
- Description copied from interface:
java.awt.event.FocusListener
- This method is called when a component gains the keyboard focus.
- Specified by:
focusGained in interface java.awt.event.FocusListener
focusLost
public void focusLost(java.awt.event.FocusEvent e)
- Description copied from interface:
java.awt.event.FocusListener
- This method is invoked when a component loses the keyboard focus.
- Specified by:
focusLost in interface java.awt.event.FocusListener