X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=libjava%2Fjava%2Fawt%2Fevent%2FTextListener.java;fp=libjava%2Fjava%2Fawt%2Fevent%2FTextListener.java;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=45c4da898eeda3019cdea8b47af735f0a45fb8e8;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/libjava/java/awt/event/TextListener.java b/libjava/java/awt/event/TextListener.java deleted file mode 100644 index 45c4da89..00000000 --- a/libjava/java/awt/event/TextListener.java +++ /dev/null @@ -1,22 +0,0 @@ -/* Copyright (C) 1999 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 Per Bothner - * @date Fenruary, 1999. - */ - -/* Status: Believed complete and correct. */ - -public interface TextListener extends java.util.EventListener -{ - public void textValueChanged (TextEvent w); -} -