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

def.dom.ClipboardEvent Maven / Gradle / Ivy

The newest version!
package def.dom;

public class ClipboardEvent extends Event {
    public DataTransfer clipboardData;
    public static ClipboardEvent prototype;
    public ClipboardEvent(java.lang.String type, ClipboardEventInit eventInitDict){}
    public ClipboardEvent(java.lang.String type){}
    protected ClipboardEvent(){}
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy