Examples of FreeValueMessage


Examples of org.gwtnode.dev.debug.message.FreeValueMessage

    public void freeJavaObject(int id) {
        objectCache.freeJavaObject(id);
    }
   
    public void sendFreeValues() {
        channel.sendMessage(new FreeValueMessage(objectCache.getJavaObjectsToFree().toArray(new Integer[0])));
        objectCache.clearJavaObjectsToFree();
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.