Package charva.awt.event

Examples of charva.awt.event.InvocationEvent


    /** Causes the runnable's run() method to be called in the
     * AWT dispatch thread.
     */
    public static void invokeLater(Runnable runnable_) {
  getInstance().postEvent(
    new InvocationEvent(Toolkit.getDefaultToolkit(), runnable_));
    }
View Full Code Here

TOP

Related Classes of charva.awt.event.InvocationEvent

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.