/[gzz]/gzz/gzz/client/Binder.java
ViewVC logotype

Diff of /gzz/gzz/client/Binder.java

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

revision 1.7 by tjl, Mon Aug 5 09:57:28 2002 UTC revision 1.8 by benja, Wed Sep 25 10:56:54 2002 UTC
# Line 38  public interface  Binder { Line 38  public interface  Binder {
38      /** A keystroke.      /** A keystroke.
39       * @diagram screen       * @diagram screen
40       */       */
41      void keystroke(String s);      void keystroke(String s, Object window);
42      /** A mouse event.      /** A mouse event.
43       * @diagram screen       * @diagram screen
44       */       */
45      void mouse(MouseEvent e);      void mouse(MouseEvent e, Object window);
46    
47      /** Set the Screen this Binder is connected to. To be used      /** Set the Screen this Binder is connected to. To be used
48       * only in Screen.Screen().       * only in Screen.Screen().
49       */       */
50      void setScreen(Screen s) ;      void setScreen(Screen s) ;
51    
52      /** The timeout (set separately) with the given id      /** The timeout (set separately) with the given id
53       * expired.       * expired.
54       */       */
55      void timeout(Object id);      void timeout(Object id);

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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