Package com.openbravo.pos.forms

Examples of com.openbravo.pos.forms.ProcessAction


            // WS SYNC START
                if (TicketInfo.isWS()) {
                        try {
                            // app.setCursor(Cursor.getPredefinedCursor(Cursor.WAIT_CURSOR));

                             ProcessAction myProcess = (ProcessAction) m_App.getBean("net.virtuemart.www.possync.OrdersSyncCreate");
                              SyncThread p = new SyncThread(myProcess,"Orders");
                              p.setDaemon (true);
                              p.start();
                             
                        } catch (BeanFactoryException e) {
View Full Code Here

TOP

Related Classes of com.openbravo.pos.forms.ProcessAction

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.