T
- slider value typepublic class SlideStartEvent<T> extends GwtEvent<SlideStartHandler<T>>
GwtEvent.Type<H>
Modifier | Constructor and Description |
---|---|
protected |
SlideStartEvent(T value)
Creates a slide start event.
|
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(SlideStartHandler<T> handler) |
static <T> void |
fire(HasSlideStartHandlers<T> source,
T value)
Fires a slide start event on all registered handlers in the handler
manager.
|
GwtEvent.Type<SlideStartHandler<T>> |
getAssociatedType() |
static GwtEvent.Type<SlideStartHandler<?>> |
getType()
Gets the type associated with this event.
|
T |
getValue() |
String |
toDebugString() |
protected SlideStartEvent(T value)
value
- the new slider valuepublic static <T> void fire(HasSlideStartHandlers<T> source, T value)
source
- the source of the handlersvalue
- the new slider valuepublic static GwtEvent.Type<SlideStartHandler<?>> getType()
public GwtEvent.Type<SlideStartHandler<T>> getAssociatedType()
getAssociatedType
in class GwtEvent<SlideStartHandler<T>>
protected void dispatch(SlideStartHandler<T> handler)
dispatch
in class GwtEvent<SlideStartHandler<T>>
public String toDebugString()
toDebugString
in class Event<SlideStartHandler<T>>
Copyright © 2017. All rights reserved.