public class TooltipShownEvent extends GwtEvent<TooltipShownHandler> implements TooltipEvent
GwtEvent.Type<H>| Constructor and Description |
|---|
TooltipShownEvent(Tooltip tooltip,
Event nativeEvent) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(TooltipShownHandler handler) |
GwtEvent.Type<TooltipShownHandler> |
getAssociatedType() |
Event |
getNativeEvent() |
Tooltip |
getTooltip() |
static GwtEvent.Type<TooltipShownHandler> |
getType() |
setSource, toDebugString, toStringpublic TooltipShownEvent(Tooltip tooltip, Event nativeEvent)
public static GwtEvent.Type<TooltipShownHandler> getType()
public Tooltip getTooltip()
getTooltip in interface TooltipEventpublic Event getNativeEvent()
getNativeEvent in interface TooltipEventpublic GwtEvent.Type<TooltipShownHandler> getAssociatedType()
getAssociatedType in class GwtEvent<TooltipShownHandler>protected void dispatch(TooltipShownHandler handler)
dispatch in class GwtEvent<TooltipShownHandler>Copyright © 2017. All rights reserved.