|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.event.WindowAdapter | +--FileTransfer.v1_1.FTClientWindow.FTListener
FTListener is an internal listener class which handles both WindowEvents and ActionEvents generated in the FTClientWindow.
Field Summary | |
private FTClientWindow |
window
|
Constructor Summary | |
FTClientWindow.FTListener(FTClientWindow window)
Creates a new FTListener for the specified FTClientWindow. |
Method Summary | |
void |
actionPerformed(java.awt.event.ActionEvent ae)
Handles the event when the user selects a menuitem or pushes a button. |
void |
windowClosing(java.awt.event.WindowEvent we)
Handles the event when user closes the window. |
Methods inherited from class java.awt.event.WindowAdapter |
windowActivated, windowClosed, windowDeactivated, windowDeiconified, windowIconified, windowOpened |
Methods inherited from class java.lang.Object |
|
Field Detail |
private FTClientWindow window
Constructor Detail |
public FTClientWindow.FTListener(FTClientWindow window)
Method Detail |
public void actionPerformed(java.awt.event.ActionEvent ae)
actionPerformed
in interface java.awt.event.ActionListener
public void windowClosing(java.awt.event.WindowEvent we)
windowClosing
in class java.awt.event.WindowAdapter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |