/[classpath]/classpath/javax/swing/event/MouseInputListener.java
ViewVC logotype

Diff of /classpath/javax/swing/event/MouseInputListener.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2.2.1 by gnu_andrew, Tue Aug 2 20:12:37 2005 UTC revision 1.2.2.2 by gnu_andrew, Wed Nov 2 00:43:50 2005 UTC
# Line 37  exception statement from your version. * Line 37  exception statement from your version. *
37    
38  package javax.swing.event;  package javax.swing.event;
39    
 // Imports  
40  import java.awt.event.MouseListener;  import java.awt.event.MouseListener;
41  import java.awt.event.MouseMotionListener;  import java.awt.event.MouseMotionListener;
42    
43  /**  /**
44   * MouseInputListener public interface   * MouseInputListener public interface.
45     *
46   * @author Andrew Selkirk   * @author Andrew Selkirk
47   */   */
48  public interface MouseInputListener extends MouseListener,  public interface MouseInputListener extends MouseListener,
49                                                                                          MouseMotionListener {                                                                                          MouseMotionListener
50    {
51  } // MouseInputListener    // This interface only pulls together MouseListener and MouseMotionListener
52      // without adding any methods on its own.
53    }

Legend:
Removed from v.1.2.2.1  
changed lines
  Added in v.1.2.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26