JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.deephaven.web.client.api.event
Interface EventFn<T>
@JsFunction
public interface
EventFn<T>
Event handler function. In JS/TS, this will only show up as a function type when used, but these docs will never be visible.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
onEvent
(
Event
<
T
> e)
Method Details
onEvent
void
onEvent
(
Event
<
T
> e)