jdk/src/share/classes/java/awt/event/TextListener.java
changeset 22254 8550495a4d78
parent 5506 202f599c92aa
equal deleted inserted replaced
22173:f130ca87de66 22254:8550495a4d78
     1 /*
     1 /*
     2  * Copyright (c) 1996, 2008, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1996, 2013, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    47 
    47 
    48     /**
    48     /**
    49      * Invoked when the value of the text has changed.
    49      * Invoked when the value of the text has changed.
    50      * The code written for this method performs the operations
    50      * The code written for this method performs the operations
    51      * that need to occur when text changes.
    51      * that need to occur when text changes.
       
    52      *
       
    53      * @param e the event to be processed
    52      */
    54      */
    53     public void textValueChanged(TextEvent e);
    55     public void textValueChanged(TextEvent e);
    54 
    56 
    55 }
    57 }