Class Event<T>
java.lang.Object
io.deephaven.web.client.api.event.Event<T>
- Type Parameters:
T
- the type of the event detail
Similar to the browser
CustomEvent
type, this class holds only the type of the event, and optionally some
details about the event.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Event
-
-
Method Details
-
getType
-
getDetail
-