svn commit: r13022 - trunk/src_new/org/argouml/uml/diagram/ArgoDiagram.java

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: tfmorris
Date: 2007-07-10 10:16:11-0700
New Revision: 13022

Modified:
   trunk/src_new/org/argouml/uml/diagram/ArgoDiagram.java

Log:
Add GEF pre/post save/load methods

Modified: trunk/src_new/org/argouml/uml/diagram/ArgoDiagram.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src_new/org/argouml/uml/diagram/ArgoDiagram.java?view=diff&rev=13022&p1=trunk/src_new/org/argouml/uml/diagram/ArgoDiagram.java&p2=trunk/src_new/org/argouml/uml/diagram/ArgoDiagram.java&r1=13021&r2=13022
==============================================================================
--- trunk/src_new/org/argouml/uml/diagram/ArgoDiagram.java	(original)
+++ trunk/src_new/org/argouml/uml/diagram/ArgoDiagram.java	2007-07-10 10:16:11-0700
@@ -301,6 +301,23 @@
      */
     public String getName();
     
+    /**
+     * Perform any pre-save actions.
+     * @see Diagram#preSave()
+     */
+    public void preSave();
+    
+    /**
+     * Perform any post-save actions.
+     * @see Diagram#postSave()
+     */
+    public void postSave();
+    
+    /**
+     * Perform any post-load actions.
+     * @see Diagram#postLoad()
+     */
+    public void postLoad();
     /////////////////// End GEF methods ////////////////////////
 
 }
\ No newline at end of file
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.