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