Package com.art.anette.client.network

Examples of com.art.anette.client.network.SyncUpThread


    public ClientDBControl(Employee owner) {
        counter = -1;
        this.owner = owner;
        owner.setDBControl(this);

        syncUp = new SyncUpThread();
        syncDown = new SyncDownThread(this);
        bazaar = new CreateBazaar();
        try {
            dbConnector = new ClientDB(owner.getId());
        } catch (IOException ex) {
View Full Code Here

TOP

Related Classes of com.art.anette.client.network.SyncUpThread

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.