/[libvob]/libvob/org/nongnu/libvob/Binder.java
ViewVC logotype

Diff of /libvob/org/nongnu/libvob/Binder.java

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

revision 1.2 by tjl, Fri Mar 7 11:38:19 2003 UTC revision 1.3 by tjl, Sat Aug 2 07:42:44 2003 UTC
# Line 26  Binder.java Line 26  Binder.java
26  package org.nongnu.libvob;  package org.nongnu.libvob;
27  import java.util.*;  import java.util.*;
28  import java.io.*;  import java.io.*;
 import java.awt.event.MouseEvent;  
29    
30  /** An interface for receiving keystrokes and mouse events.  /** An interface for receiving keystrokes and mouse events.
31   * One binder is usually associated with each window.   * One binder is usually associated with each window.
# Line 37  public interface  Binder { Line 36  public interface  Binder {
36      void keystroke(String s);      void keystroke(String s);
37      /** A mouse event.      /** A mouse event.
38       */       */
39      void mouse(MouseEvent e);      void mouse(VobMouseEvent e);
40    
41      /** Set the Screen this Binder is connected to. To be used      /** Set the Screen this Binder is connected to. To be used
42       * only in Screen.Screen().       * only in Screen.Screen().

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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