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

def.dom.HashChangeEvent Maven / Gradle / Ivy

The newest version!
package def.dom;

public class HashChangeEvent extends Event {
    public java.lang.String newURL;
    public java.lang.String oldURL;
    public static HashChangeEvent prototype;
    public HashChangeEvent(java.lang.String type, HashChangeEventInit eventInitDict){}
    public HashChangeEvent(java.lang.String type){}
    protected HashChangeEvent(){}
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy