home *** CD-ROM | disk | FTP | other *** search
/ S283 Planetary Science &… the Search for Life CD 3 / 0_CD-ROM.iso / install / jre1_3 / lib / rt.jar / sun / awt / WindowClosingSupport.class (.txt) < prev   
Encoding:
Java Class File  |  1979-12-31  |  223 b   |  8 lines

  1. package sun.awt;
  2.  
  3. public interface WindowClosingSupport {
  4.    WindowClosingListener getWindowClosingListener();
  5.  
  6.    void setWindowClosingListener(WindowClosingListener var1);
  7. }
  8.