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

Diff of /classpath/java/awt/ActiveEvent.java

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

revision 1.1 by jewel, Sat Aug 11 16:44:29 2001 UTC revision 1.2 by tromey, Thu Jan 17 23:23:34 2002 UTC
# Line 1  Line 1 
1    /* Copyright (C) 2000, 2002  Free Software Foundation
2    
3    This file is part of GNU Classpath.
4    
5    GNU Classpath is free software; you can redistribute it and/or modify
6    it under the terms of the GNU General Public License as published by
7    the Free Software Foundation; either version 2, or (at your option)
8    any later version.
9    
10    GNU Classpath is distributed in the hope that it will be useful, but
11    WITHOUT ANY WARRANTY; without even the implied warranty of
12    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13    General Public License for more details.
14    
15    You should have received a copy of the GNU General Public License
16    along with GNU Classpath; see the file COPYING.  If not, write to the
17    Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
18    02111-1307 USA.
19    
20    As a special exception, if you link this library with other files to
21    produce an executable, this library does not by itself cause the
22    resulting executable to be covered by the GNU General Public License.
23    This exception does not however invalidate any other reasons why the
24    executable file might be covered by the GNU General Public License. */
25    
26    
27  package java.awt;  package java.awt;
28    
29  /**  /**
30   * @author John Leuner <jewel@debian.org>   * @author Tom Tromey <tromey@cygnus.com>
31   *   * @date April 8, 2000
32   */   */
33    
34  public interface ActiveEvent {  /* Status: Believed complete and correct to JDK 1.2.  */
35    
36    public void dispatch();  public interface ActiveEvent
37    {
38      public void dispatch ();
39  }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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