W
- public class InitEvent<W extends AbstractWebGLCanvas<W>> extends Event<InitHandler<W>>
Event.Type<H extends EventHandler>
Modifier and Type | Field and Description |
---|---|
protected W |
canvas |
static Event.Type<InitHandler<? extends Widget<? extends Element,?>>> |
TYPE |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(InitHandler<W> handler) |
W |
getCanvas() |
Event.Type<InitHandler<W>> |
getType() |
void |
setCanvas(W canvas) |
assertLive, cast, checkIsInEventThread, getEventPhase, getSource, isLive, isPreventDefault, isStopPropagation, kill, preventDefault, releaseCapture, revive, setCapture, setCapture, setSource, stopPropagation
public static Event.Type<InitHandler<? extends Widget<? extends Element,?>>> TYPE
protected W extends AbstractWebGLCanvas<W> canvas
public InitEvent()
public InitEvent(W canvas)
public Event.Type<InitHandler<W>> getType()
getType
in class Event<InitHandler<W extends AbstractWebGLCanvas<W>>>
protected void dispatch(InitHandler<W> handler)
dispatch
in class Event<InitHandler<W extends AbstractWebGLCanvas<W>>>
public W getCanvas()
public void setCanvas(W canvas)
canvas
- the canvas to setCopyright © 2018 Xalys. All rights reserved.