Package pushy.modules

Examples of pushy.modules.TimeModule


        this.properties = new RemoteSystemProperties(client);
    }

    public long currentTimeMillis()
    {
        TimeModule timeModule = (TimeModule)client.getModule("time");
        float timeFloat = timeModule.time();
        return (long)(timeFloat * 1000);
    }
View Full Code Here

TOP

Related Classes of pushy.modules.TimeModule

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.