Package net.sf.jiga.xtended.kernel

Examples of net.sf.jiga.xtended.kernel.Monitor


    /**
     * returns the current Sprite hash and the associated rCoord float value
     */
    @Override
    public SpriteGLHandler getCurrentSprite() {
        final Monitor monitor = imageSynch;
        synchronized (monitor) {
            monitor.notify();
            return getSprite(animator);
        }
    }
View Full Code Here

TOP

Related Classes of net.sf.jiga.xtended.kernel.Monitor

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.