public class CarouselSlidEvent extends GwtEvent<CarouselSlidHandler> implements CarouselEvent
GwtEvent.Type<H>| Constructor and Description |
|---|
CarouselSlidEvent(Carousel carousel,
Event nativeEvent) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(CarouselSlidHandler handler) |
GwtEvent.Type<CarouselSlidHandler> |
getAssociatedType() |
Carousel |
getCarousel() |
Event |
getNativeEvent() |
static GwtEvent.Type<CarouselSlidHandler> |
getType() |
setSource, toDebugString, toStringpublic CarouselSlidEvent(Carousel carousel, Event nativeEvent)
public static GwtEvent.Type<CarouselSlidHandler> getType()
public Carousel getCarousel()
getCarousel in interface CarouselEventpublic Event getNativeEvent()
getNativeEvent in interface CarouselEventpublic GwtEvent.Type<CarouselSlidHandler> getAssociatedType()
getAssociatedType in class GwtEvent<CarouselSlidHandler>protected void dispatch(CarouselSlidHandler handler)
dispatch in class GwtEvent<CarouselSlidHandler>Copyright © 2017. All rights reserved.