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

javax.jnlp.SingleInstanceListener Maven / Gradle / Ivy

The newest version!
package javax.jnlp;

public abstract interface SingleInstanceListener
{
  public abstract void newActivation(String[] paramArrayOfString);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy