]> gcc.gnu.org Git - gcc.git/blame - libjava/java/util/EventListener.java
FilterOutputStream.java (write(byte[])): Rewrite according to JDK 1.2 docs.
[gcc.git] / libjava / java / util / EventListener.java
CommitLineData
ee9dd372
TT
1// EventListener.java - Listen for events from event source.
2
3/* Copyright (C) 1998, 1999 Cygnus Solutions
4
5 This file is part of libgcj.
6
7This software is copyrighted work licensed under the terms of the
8Libgcj License. Please consult the file "LIBGCJ_LICENSE" for
9details. */
10
11package java.util;
12
13/**
14 * @author Tom Tromey <tromey@cygnus.com>
15 * @date December 12, 1998
16 */
17/* Written using "Java Class Libraries", 2nd edition, ISBN 0-201-31002-3
18 * "The Java Language Specification", ISBN 0-201-63451-1
19 * Status: Believed complete and correct.
20 */
21
22public interface EventListener
23{
24}
This page took 0.049106 seconds and 5 git commands to generate.