Package fm.ak.burer.client

Examples of fm.ak.burer.client.Burer


               
                clear.message("Kick back, this may take a whi-- Never mind.");

                Thread.sleep(INTERVAL * 2);
               
                burer = new Burer();
                burer.connect("127.0.0.1", 4444);

                //if ( net.bconnected() ) {
                    //Callback.Try(Net.Do.CONNECT, null, true);
                    //net.Caller.join();
View Full Code Here

TOP

Related Classes of fm.ak.burer.client.Burer

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.