Package gml4u.events

Examples of gml4u.events.GmlSavingEvent


           
            if (callback != null) {
              try {
                // Call the method with this object as the argument!
                LOGGER.log(Level.FINEST, "Invoking callback");
                callback.invoke(parent, new GmlSavingEvent(location, successful) );
              }
              catch (Exception e) {
                LOGGER.log(Level.FINEST, "I couldn't invoke that method for some reason. "+e.getMessage());
              }
            }
View Full Code Here

TOP

Related Classes of gml4u.events.GmlSavingEvent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.