All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jive3.IServerAction Maven / Gradle / Ivy

The newest version!
package jive3;

/**
 * Interface used by the Create Server Dialog
 */
public interface IServerAction {
  public void doJob(String server,String className,String[] devices);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy