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

javax.jnlp.ClipboardService Maven / Gradle / Ivy

The newest version!
package javax.jnlp;

import java.awt.datatransfer.Transferable;

public abstract interface ClipboardService
{
  public abstract Transferable getContents();
  
  public abstract void setContents(Transferable paramTransferable);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy