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

com.ui4j.api.event.DomEvent Maven / Gradle / Ivy

The newest version!
package com.ui4j.api.event;

import com.ui4j.api.dom.Element;

public interface DomEvent {

    String getType();

    Element getTarget();

    Element getCurrentTarget();

    int getOffsetX();

    int getOffsetY();

    int getClientX();

    int getClientY();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy