ScheduledJob.java :  » Game » galatichero » net » narusas » daumaccess » Java Open Source

Java Open Source » Game » galatichero 
galatichero » net » narusas » daumaccess » ScheduledJob.java
package net.narusas.daumaccess;

public interface ScheduledJob extends Runnable{

  void setCount(int count);
  void setPath(String path);

}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.