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

Quick Search    Search Deep

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

java.lang.Object
  extended byorg.gui4j.core.listener.Gui4jActionListener
      extended byorg.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


Field Summary
private  java.lang.String lastContent
           
private  org.gui4j.core.Gui4jCall mSetValue
           
 
Fields inherited from class org.gui4j.core.listener.Gui4jActionListener
mActionPeformed, mGui4jComponentInstance, mGui4jController, mGui4jThreadManager
 
Constructor Summary
Gui4jListenerEdit(org.gui4j.core.Gui4jComponentInstance gui4jComponentInstance)
          Constructor for Gui4jListenerEdit.
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
          This method is invoked when an action occurs.
 void focusGained(java.awt.event.FocusEvent e)
          This method is called when a component gains the keyboard focus.
 void focusLost(java.awt.event.FocusEvent e)
          This method is invoked when a component loses the keyboard focus.
 void setSetValue(org.gui4j.core.Gui4jCall setValue)
           
 
Methods inherited from class org.gui4j.core.listener.Gui4jActionListener
dispose, setActionPerformed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mSetValue

private org.gui4j.core.Gui4jCall mSetValue

lastContent

private java.lang.String lastContent
Constructor Detail

Gui4jListenerEdit

public Gui4jListenerEdit(org.gui4j.core.Gui4jComponentInstance gui4jComponentInstance)
Constructor for Gui4jListenerEdit.

Method Detail

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