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