Package com.salas.bb.service.sync

Examples of com.salas.bb.service.sync.SyncFull


                // Perform sync-on-startup only if the database was OK
                if (!manager.isDatabaseReset())
                {
                    // check if it's time for full sync on startup
                    SyncFull syncFull = new SyncFull(model);
                    if (syncFull.isSyncTime()) SyncFullAction.getInstance().doSync(null);
                }

                model.initTransientState();
                restoreFeedSelection();
View Full Code Here

TOP

Related Classes of com.salas.bb.service.sync.SyncFull

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.