/[classpath]/classpath/java/awt/Window.java
ViewVC logotype

Diff of /classpath/java/awt/Window.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16 by mkoch, Sat Feb 15 09:29:18 2003 UTC revision 1.17 by mkoch, Mon Mar 10 13:25:36 2003 UTC
# Line 503  public class Window extends Container Line 503  public class Window extends Container
503    {    {
504      if (windowListener != null)      if (windowListener != null)
505        {        {
506          switch (evt.getID())          switch (evt.getID())
507            {            {
508            case WindowEvent.WINDOW_ACTIVATED:            case WindowEvent.WINDOW_ACTIVATED:
509              windowListener.windowActivated(evt);              windowListener.windowActivated(evt);
510              break;              break;
511            case WindowEvent.WINDOW_CLOSED:            case WindowEvent.WINDOW_CLOSED:
512              windowListener.windowClosed(evt);              windowListener.windowClosed(evt);
513              break;              break;
514            case WindowEvent.WINDOW_CLOSING:            case WindowEvent.WINDOW_CLOSING:
515              windowListener.windowClosing(evt);              windowListener.windowClosing(evt);
516              break;              break;
517            case WindowEvent.WINDOW_DEACTIVATED:            case WindowEvent.WINDOW_DEACTIVATED:
518              windowListener.windowDeactivated(evt);              windowListener.windowDeactivated(evt);
519              break;              break;
520            case WindowEvent.WINDOW_DEICONIFIED:            case WindowEvent.WINDOW_DEICONIFIED:
521              windowListener.windowDeiconified(evt);              windowListener.windowDeiconified(evt);
522              break;              break;
523            case WindowEvent.WINDOW_ICONIFIED:            case WindowEvent.WINDOW_ICONIFIED:
524              windowListener.windowIconified(evt);              windowListener.windowIconified(evt);
525              break;              break;
526            case WindowEvent.WINDOW_OPENED:            case WindowEvent.WINDOW_OPENED:
527              windowListener.windowOpened(evt);              windowListener.windowOpened(evt);
528              break;              break;
529            }            }
530        }        }
531    }    }
532    

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26