X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=libjava%2Fjava%2Fawt%2Fevent%2FContainerListener.java;fp=libjava%2Fjava%2Fawt%2Fevent%2FContainerListener.java;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=65acba4a75616b1489643255b11212b0dad1d04e;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/libjava/java/awt/event/ContainerListener.java b/libjava/java/awt/event/ContainerListener.java deleted file mode 100644 index 65acba4a..00000000 --- a/libjava/java/awt/event/ContainerListener.java +++ /dev/null @@ -1,22 +0,0 @@ -/* Copyright (C) 2000 Free Software Foundation - - This file is part of libjava. - -This software is copyrighted work licensed under the terms of the -Libjava License. Please consult the file "LIBJAVA_LICENSE" for -details. */ - -package java.awt.event; - -/** - * @author Tom Tromey - * @date April 8, 2000 - */ - -/* Status: Believed complete and correct to JDK 1.2. */ - -public interface ContainerListener extends java.util.EventListener -{ - public void componentAdded (ContainerEvent e); - public void componentRemoved (ContainerEvent e); -}