/[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.1 by mudyc, Fri Mar 7 12:06:59 2003 UTC revision 1.2 by mudyc, Sun Mar 9 01:28:20 2003 UTC
# Line 21  public interface PPActions extends Remot Line 21  public interface PPActions extends Remot
21      void deletePaper(String paperURI)      void deletePaper(String paperURI)
22          throws RemoteException;          throws RemoteException;
23    
24        /** Create a clone note of other note.
25         * @param noteURI if null cloneNote acts like newNote()
26         * @see newNote()
27         */
28        String cloneNote(String paperURI, String noteURI,
29                         int x, int y, String text)
30            throws RemoteException;
31    
32      /** Create a new note and optionally place some text into it.      /** Create a new note and optionally place some text into it.
33       * @param text (Optional, may be null) The text to be placed       * @param text (Optional, may be null) The text to be placed
34       *          in the new note. This parameter is given so that       *          in the new note. This parameter is given so that

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

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