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

Diff of /gzz/gzz/client/FallbackBinder.java

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

revision 1.13 by benja, Wed Oct 2 18:40:43 2002 UTC revision 1.14 by benja, Wed Oct 2 18:42:51 2002 UTC
# Line 1  Line 1 
1  //(c):Benja Fallenstein  /*
2    FallbackBinder.java
3     *    
4     *    Copyright (c) 2002, Benja Fallenstein
5     *    
6     *    You may use and distribute under the terms of either the GNU Lesser
7     *    General Public License, either version 2 of the license or,
8     *    at your choice, any later version. Alternatively, you may use and
9     *    distribute under the terms of the XPL.
10     *    
11     *    See the LICENSE.lgpl and LICENSE.xpl files for the specific terms of
12     *    the licenses.
13     *    
14     *    This software is distributed in the hope that it will be useful,
15     *    but WITHOUT ANY WARRANTY; without even the implied warranty of
16     *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the README
17     *    file for more details.
18     *    
19     */
20    /*
21     * Written by Benja Fallenstein
22     */
23  package gzz.client;  package gzz.client;
24  import gzz.*;  import gzz.*;
25  import java.awt.event.*;  import java.awt.event.*;
26    
27    /** A set of keybindings for the fallback client.
28     */
29  public interface FallbackBinder {  public interface FallbackBinder {
30      void keystroke(String k, Fallback.Win win);      void keystroke(String k, Fallback.Win win);
31      void mouse(MouseEvent e, Fallback.Win win);      void mouse(MouseEvent e, Fallback.Win win);
32      void windowClosed(Fallback.Win win);      void windowClosed(Fallback.Win win);
 }  
33    }

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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