@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="?")
@FunctionalInterface
public interface ClipboardEventListener
| Modifier and Type | Method and Description |
|---|---|
void |
handleEvent(ClipboardEvent event)
Handle event of type ClipboardEvent
|
void handleEvent(@Nonnull
ClipboardEvent event)