Remove Dwarf2 restriction on EH frame generation
[official-gcc.git] / libjava / java / awt / event / AWTEventListener.java
blobec9e4ffa27dcf41c9fe63261577299615c0e7c63
1 /* Copyright (C) 2000 Free Software Foundation
3 This file is part of libjava.
5 This software is copyrighted work licensed under the terms of the
6 Libjava License. Please consult the file "LIBJAVA_LICENSE" for
7 details. */
9 package java.awt.event;
10 import java.awt.*;
12 /**
13 * @author Tom Tromey <tromey@cygnus.com>
14 * @date April 8, 2000
17 /* Status: Believed complete and correct to JDK 1.2. */
19 public interface AWTEventListener extends java.util.EventListener
21 public void eventDispatched (AWTEvent e);