gwt.react.client.events.ClipboardEventHandler Maven / Gradle / Ivy
package gwt.react.client.events;
import jsinterop.annotations.JsFunction;
@JsFunction
public interface ClipboardEventHandler {
void onClipboardEvent(ClipboardEvent event);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy