aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/util/EventListener.java
diff options
context:
space:
mode:
author(no author) <(no author)@138bc75d-0d04-0410-961f-82ee72b054a4>2000-05-19 04:43:18 +0000
committer(no author) <(no author)@138bc75d-0d04-0410-961f-82ee72b054a4>2000-05-19 04:43:18 +0000
commita128261d129ed48a61041389bbe6b6b034faf85c (patch)
tree9ff4ec8c2f62b66491ccf53b8ae2346a32461282 /libjava/java/util/EventListener.java
parent2e1e56000d8528b1ca6423a687084ffc14221ee3 (diff)
This commit was manufactured by cvs2svn to create tagbounded-pointers-merge-20000519
'bounded-pointers-merge-20000519'. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/tags/bounded-pointers-merge-20000519@34013 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/java/util/EventListener.java')
-rw-r--r--libjava/java/util/EventListener.java24
1 files changed, 0 insertions, 24 deletions
diff --git a/libjava/java/util/EventListener.java b/libjava/java/util/EventListener.java
deleted file mode 100644
index 969f324238b..00000000000
--- a/libjava/java/util/EventListener.java
+++ /dev/null
@@ -1,24 +0,0 @@
-// EventListener.java - Listen for events from event source.
-
-/* Copyright (C) 1998, 1999 Free Software Foundation
-
- This file is part of libgcj.
-
-This software is copyrighted work licensed under the terms of the
-Libgcj License. Please consult the file "LIBGCJ_LICENSE" for
-details. */
-
-package java.util;
-
-/**
- * @author Tom Tromey <tromey@cygnus.com>
- * @date December 12, 1998
- */
-/* Written using "Java Class Libraries", 2nd edition, ISBN 0-201-31002-3
- * "The Java Language Specification", ISBN 0-201-63451-1
- * Status: Believed complete and correct.
- */
-
-public interface EventListener
-{
-}