/[fenfire]/fenfire/org/fenfire/modules/pp/PPActions.java
ViewVC logotype

Diff of /fenfire/org/fenfire/modules/pp/PPActions.java

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

revision 1.4 by tjl, Wed Jun 11 17:00:24 2003 UTC revision 1.5 by mudyc, Thu Jul 17 16:28:18 2003 UTC
# Line 52  public interface PPActions extends Remot Line 52  public interface PPActions extends Remot
52       *          creating a note and placing the first character       *          creating a note and placing the first character
53       *          may be done atomically.       *          may be done atomically.
54       */       */
55      String newNote(String paperURI, int x, int y, String text)      String newNote(String paperURI, float x, float y, String text)
56                      throws RemoteException;                      throws RemoteException;
57    
58      void moveNote(String noteURI, int x, int y)      void moveNote(String noteURI, float x, float y)
59                      throws RemoteException;                      throws RemoteException;
60      void deleteNote(String noteURI)      void deleteNote(String noteURI)
61                      throws RemoteException;                      throws RemoteException;

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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