org.globus.ogsa.gui.servicedatabrowser.events
Class FileExitActionAdapter

java.lang.Object
  extended byjava.awt.event.WindowAdapter
      extended byorg.globus.ogsa.gui.servicedatabrowser.events.FileExitActionAdapter
All Implemented Interfaces:
java.awt.event.ActionListener, java.util.EventListener, java.awt.event.WindowFocusListener, java.awt.event.WindowListener, java.awt.event.WindowStateListener

public class FileExitActionAdapter
extends java.awt.event.WindowAdapter
implements java.awt.event.ActionListener


Constructor Summary
FileExitActionAdapter()
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent ae)
           
 void windowClosing(java.awt.event.WindowEvent we)
           
 
Methods inherited from class java.awt.event.WindowAdapter
windowActivated, windowClosed, windowDeactivated, windowDeiconified, windowGainedFocus, windowIconified, windowLostFocus, windowOpened, windowStateChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileExitActionAdapter

public FileExitActionAdapter()
Method Detail

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent ae)
Specified by:
actionPerformed in interface java.awt.event.ActionListener

windowClosing

public void windowClosing(java.awt.event.WindowEvent we)
Specified by:
windowClosing in interface java.awt.event.WindowListener