Package EMIDA.comm

Examples of EMIDA.comm.ProgressControl


  * connect to server, send operation
  */
    private void SendOperation() {
        String urlServerData = getUrlServer();
         String oper = "sms_req="+Constants.sms_req;
        ProgressControl progressControl = new ProgressControl(this, urlServerData, Sms_message_out, DBagentCellNumber,SmsSend, oper);
        progressControl.start();
        progressControl.setTitle("");
        switchDisplayable(null, progressControl);      
    }
View Full Code Here

TOP

Related Classes of EMIDA.comm.ProgressControl

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.