W
- public class DisposeEvent<W extends AbstractWebGLCanvas<W>> extends Event<DisposeHandler<W>>
Event.Type<H extends EventHandler>
Modifier and Type | Field and Description |
---|---|
protected W |
canvas |
static Event.Type<DisposeHandler<? extends Widget<? extends Element,?>>> |
TYPE |
Constructor and Description |
---|
DisposeEvent() |
DisposeEvent(W canvas) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(DisposeHandler<W> handler) |
W |
getCanvas() |
Event.Type<DisposeHandler<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<DisposeHandler<? extends Widget<? extends Element,?>>> TYPE
protected W extends AbstractWebGLCanvas<W> canvas
public DisposeEvent()
public DisposeEvent(W canvas)
public Event.Type<DisposeHandler<W>> getType()
getType
in class Event<DisposeHandler<W extends AbstractWebGLCanvas<W>>>
protected void dispatch(DisposeHandler<W> handler)
dispatch
in class Event<DisposeHandler<W extends AbstractWebGLCanvas<W>>>
public W getCanvas()
public void setCanvas(W canvas)
canvas
- the canvas to setCopyright © 2018 Xalys. All rights reserved.