public class SlideEnabledEvent extends GwtEvent<SlideEnabledHandler>
GwtEvent.Type<H>
Modifier | Constructor and Description |
---|---|
protected |
SlideEnabledEvent()
Creates a slide enabled event.
|
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(SlideEnabledHandler handler) |
static void |
fire(HasSlideEnabledHandlers source)
Fires a slide enabled event on all registered handlers in the handler
manager.
|
GwtEvent.Type<SlideEnabledHandler> |
getAssociatedType() |
static GwtEvent.Type<SlideEnabledHandler> |
getType()
Gets the type associated with this event.
|
setSource, toDebugString, toString
protected SlideEnabledEvent()
public static void fire(HasSlideEnabledHandlers source)
source
- the source of the handlerspublic static GwtEvent.Type<SlideEnabledHandler> getType()
public GwtEvent.Type<SlideEnabledHandler> getAssociatedType()
getAssociatedType
in class GwtEvent<SlideEnabledHandler>
protected void dispatch(SlideEnabledHandler handler)
dispatch
in class GwtEvent<SlideEnabledHandler>
Copyright © 2017. All rights reserved.