gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] gzz/gzz/client FallbackBinder.java


From: Benja Fallenstein
Subject: [Gzz-commits] gzz/gzz/client FallbackBinder.java
Date: Wed, 02 Oct 2002 14:42:51 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Benja Fallenstein <address@hidden>      02/10/02 14:42:51

Modified files:
        gzz/client     : FallbackBinder.java 

Log message:
        javadoc, make copyrighted

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/client/FallbackBinder.java.diff?tr1=1.13&tr2=1.14&r1=text&r2=text

Patches:
Index: gzz/gzz/client/FallbackBinder.java
diff -c gzz/gzz/client/FallbackBinder.java:1.13 
gzz/gzz/client/FallbackBinder.java:1.14
*** gzz/gzz/client/FallbackBinder.java:1.13     Wed Oct  2 14:40:43 2002
--- gzz/gzz/client/FallbackBinder.java  Wed Oct  2 14:42:51 2002
***************
*** 1,10 ****
! //(c):Benja Fallenstein
  package gzz.client;
  import gzz.*;
  import java.awt.event.*;
  
  public interface FallbackBinder {
      void keystroke(String k, Fallback.Win win);
      void mouse(MouseEvent e, Fallback.Win win);
      void windowClosed(Fallback.Win win);
! }
\ No newline at end of file
--- 1,33 ----
! /*
! FallbackBinder.java
!  *    
!  *    Copyright (c) 2002, Benja Fallenstein
!  *    
!  *    You may use and distribute under the terms of either the GNU Lesser
!  *    General Public License, either version 2 of the license or,
!  *    at your choice, any later version. Alternatively, you may use and
!  *    distribute under the terms of the XPL.
!  *    
!  *    See the LICENSE.lgpl and LICENSE.xpl files for the specific terms of
!  *    the licenses.
!  *    
!  *    This software is distributed in the hope that it will be useful,
!  *    but WITHOUT ANY WARRANTY; without even the implied warranty of
!  *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the README
!  *    file for more details.
!  *    
!  */
! /*
!  * Written by Benja Fallenstein
!  */
  package gzz.client;
  import gzz.*;
  import java.awt.event.*;
  
+ /** A set of keybindings for the fallback client.
+  */
  public interface FallbackBinder {
      void keystroke(String k, Fallback.Win win);
      void mouse(MouseEvent e, Fallback.Win win);
      void windowClosed(Fallback.Win win);
! }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]