Package net.sourceforge.fullsync.schedule

Examples of net.sourceforge.fullsync.schedule.SchedulerImpl


  protected ProfileManager() {
    this.profiles = new Vector<Profile>();
    this.changeListeners = new Vector<ProfileListChangeListener>();
    this.scheduleListeners = new Vector<ProfileSchedulerListener>();
    this.schedulerChangeListeners = new Vector<SchedulerChangeListener>();
    this.scheduler = new SchedulerImpl(this);
    this.scheduler.addSchedulerChangeListener(this);
  }
View Full Code Here

TOP

Related Classes of net.sourceforge.fullsync.schedule.SchedulerImpl

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.