Update of /cvsroot/jaxme/JaxMe2/src/net/sf/jaxme/generator/javasg
In directory sc8-pr-cvs1:/tmp/cvs-serv32423/src/net/sf/jaxme/generator/javasg

Modified Files:
        SGFactory.java 
Log Message:
Added the events framework to support the development of
SchemaReaders.


Index: SGFactory.java
===================================================================
RCS file: /cvsroot/jaxme/JaxMe2/src/net/sf/jaxme/generator/javasg/SGFactory.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- SGFactory.java      8 Feb 2003 02:06:34 -0000       1.2
+++ SGFactory.java      11 Mar 2003 20:54:41 -0000      1.3
@@ -1,6 +1,7 @@
 package net.sf.jaxme.generator.javasg;
 
 import net.sf.jaxme.generator.SchemaException;
+import net.sf.jaxme.generator.events.Handler;
 import net.sf.jaxme.generator.schema.SchemaComplexElement;
 import net.sf.jaxme.generator.schema.SchemaObject;
 import net.sf.jaxme.generator.types.SchemaComplexType;
@@ -47,4 +48,10 @@
   /** <p>Returns an instance of JavaSourceFactory.</p>
    */
   public JavaSourceFactory getJavaSourceFactory();
+
+  /** <p>Returns an instance of [EMAIL PROTECTED] 
net.sf.jaxme.generator.events.Handler},
+   * that you may use to register instances of
+   * [EMAIL PROTECTED] net.sf.jaxme.generator.events.SGListener}.
+   */
+  public Handler getSGHandler();
 }




-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
Jaxme-jaxb-dev mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jaxme-jaxb-dev

Reply via email to