fenfire-commits
[Top][All Lists]
Advanced

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

[ff-cvs] libvob/doc/pegboard/animation_api--mudyc peg.rst


From: Matti Katila
Subject: [ff-cvs] libvob/doc/pegboard/animation_api--mudyc peg.rst
Date: Fri, 24 Oct 2003 07:49:30 -0400

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Branch:         
Changes by:     Matti Katila <address@hidden>   03/10/24 07:49:30

Modified files:
        doc/pegboard/animation_api--mudyc: peg.rst 

Log message:
        determine pending state\?\!\?

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/doc/pegboard/animation_api--mudyc/peg.rst.diff?tr1=1.13&tr2=1.14&r1=text&r2=text

Patches:
Index: libvob/doc/pegboard/animation_api--mudyc/peg.rst
diff -u libvob/doc/pegboard/animation_api--mudyc/peg.rst:1.13 
libvob/doc/pegboard/animation_api--mudyc/peg.rst:1.14
--- libvob/doc/pegboard/animation_api--mudyc/peg.rst:1.13       Fri Oct 24 
05:26:28 2003
+++ libvob/doc/pegboard/animation_api--mudyc/peg.rst    Fri Oct 24 07:49:29 2003
@@ -5,8 +5,8 @@
 
 :Authors:  mudyc
 :Date-Created: 2003-09-27
-:Last-Modified: $Date: 2003/10/24 09:26:28 $
-:Revision: $Revision: 1.13 $
+:Last-Modified: $Date: 2003/10/24 11:49:29 $
+:Revision: $Revision: 1.14 $
 :Status:   Current
 :Stakeholders: mudyc, tjl, benja
 :Scope:    Minor
@@ -136,26 +136,29 @@
     import org.nongnu.libvob.VobScene;
 
     /** An interface for providing common tool set for animation 
-     * and animation debugging information.
-     * This interface encapsulates the low-level animation interface
-     * such as AbstractUpdateManagers' chg and setNoAnimation methods. 
+     *  and animation debugging information.
+     *  This interface encapsulates the low-level animation interface
+     *  such as AbstractUpdateManagers' chg and setNoAnimation methods. 
      * <p>
-     * This interface sets strict policy for several routines:
-     * <OL><LI>
+     *  This interface sets strict policy for several routines:
+     * <ol><li>
      *      The previously shown vobscene should not be stored 
      *      anywhere else. If a VobScene is saved in other place than 
      *      here, it could prevent the GC to clean old VobScenes.
      *      By using only the correct 'previous' VobScene
      *      program can not get the famous 'invalid coorsys' bug.
-     * </LI>
-     * <LI>
+     * </li>
+     * <li>
      *      No other objects should call the low-level animation 
      *      interface in AbstractUpdateManager. This could prevent
      *      proper animation, e.g., by setting no animation even when
      *      animation should be done.
-     * </LI></OL>
+     * </li></ol>
      * <p>
-     *  <code>Animate</code> , <code>switchVS</code> and <code>rerender</code>
+     *  Methods <code>animate</code> , <code>switchVS</code> and 
+     *  <code>rerender</code> are pending state methods, i.e., 
+     *  the time when the operation of the method is accomplished 
+     *  is (undetermined) soon but not immediately. 
      */
     public interface WindowAnimation {
 




reply via email to

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