W
- public class RowDoubleActionEvent<W extends Widget<? extends Element<?>,W>,E> extends Event<RowDoubleActionHandler<W,E>>
Event.Type<H extends EventHandler>
Modifier and Type | Field and Description |
---|---|
static Event.Type<RowDoubleActionHandler> |
TYPE |
Constructor and Description |
---|
RowDoubleActionEvent() |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(RowDoubleActionHandler<W,E> handler) |
E |
getEntity() |
Event.Type<RowDoubleActionHandler<W,E>> |
getType() |
void |
setEntity(E entity) |
assertLive, cast, checkIsInEventThread, getEventPhase, getSource, isLive, isPreventDefault, isStopPropagation, kill, preventDefault, releaseCapture, revive, setCapture, setCapture, setSource, stopPropagation
public static final Event.Type<RowDoubleActionHandler> TYPE
public Event.Type<RowDoubleActionHandler<W,E>> getType()
protected void dispatch(RowDoubleActionHandler<W,E> handler)
public void setEntity(E entity)
public E getEntity()
Copyright © 2018 Xalys. All rights reserved.