net.simplace.util.FWClientListener

Main Listener of the applicant client.
Changes:



public class FWClientListener implements java.awt.event.ActionListener,
java.awt.event.KeyListener, java.awt.event.MouseListener,
net.simplace.ui.tabview.FWTabViewListener,
javax.swing.event.HyperlinkListener,
javax.swing.event.TreeSelectionListener {
// Public Constructors
public FWClientListener();


// Public Instance Methods
public void actionPerformed(ActionEvent aActionEvent);
// From java.awt.event.ActionListener


public void keyTyped(KeyEvent aKeyEvent); // From java.awt.event.KeyListener

public void keyPressed(KeyEvent aKeyEvent); // From
java.awt.event.KeyListener


public void keyReleased(KeyEvent aKeyEvent); // From
java.awt.event.KeyListener


public void mouseClicked(MouseEvent aMouseEvent); // From
java.awt.event.MouseListener


public void mousePressed(MouseEvent aMouseEvent); // From
java.awt.event.MouseListener


public void mouseReleased(MouseEvent aMouseEvent); // From
java.awt.event.MouseListener


public void mouseEntered(MouseEvent aMouseEvent); // From
java.awt.event.MouseListener


public void mouseExited(MouseEvent aMouseEvent); // From
java.awt.event.MouseListener


public void valueChanged(TreeSelectionEvent aTreeSelectionEvent);
// From javax.swing.event.TreeSelectionListener


implements TreeSelectionListener.
public void update(FWTabViewEvent aEvent); // From
net.simplace.ui.tabview.FWTabViewListener


public void viewCanceled(Object aID); // From
net.simplace.ui.tabview.FWTabViewListener


public void viewCreated(Object aID); // From
net.simplace.ui.tabview.FWTabViewListener


public void viewDeselected(Object aID); // From
net.simplace.ui.tabview.FWTabViewListener


public void viewDisposed(Object aID); // From
net.simplace.ui.tabview.FWTabViewListener


public void viewSelected(Object aID); // From
net.simplace.ui.tabview.FWTabViewListener


public void hyperlinkUpdate(HyperlinkEvent aHypEvent);
// From javax.swing.event.HyperlinkListener




}



Returned by: net.simplace.ui.FWMainFrame.getMainListener()