public class ActionBarEvent extends GwtEvent<ActionBarEvent.ActionBarHandler>
Modifier and Type | Class and Description |
---|---|
static interface |
ActionBarEvent.ActionBarHandler |
GwtEvent.Type<H>
Constructor and Description |
---|
ActionBarEvent(ChangeActionBarEvent.ActionType actionType,
String sourceToken) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(ActionBarEvent.ActionBarHandler handler) |
static void |
fire(HasHandlers source,
ChangeActionBarEvent.ActionType actionType,
String sourceToken) |
ChangeActionBarEvent.ActionType |
getActionType() |
GwtEvent.Type<ActionBarEvent.ActionBarHandler> |
getAssociatedType() |
static GwtEvent.Type<ActionBarEvent.ActionBarHandler> |
getType() |
Boolean |
isTheSameToken(String token) |
assertLive, getSource, isLive, kill, revive
setSource, toDebugString, toString
public ActionBarEvent(ChangeActionBarEvent.ActionType actionType, String sourceToken)
public static GwtEvent.Type<ActionBarEvent.ActionBarHandler> getType()
public static void fire(HasHandlers source, ChangeActionBarEvent.ActionType actionType, String sourceToken)
public ChangeActionBarEvent.ActionType getActionType()
public GwtEvent.Type<ActionBarEvent.ActionBarHandler> getAssociatedType()
getAssociatedType
in class GwtEvent<ActionBarEvent.ActionBarHandler>
protected void dispatch(ActionBarEvent.ActionBarHandler handler)
dispatch
in class GwtEvent<ActionBarEvent.ActionBarHandler>
Copyright © 2010-2014 ArcBees. All Rights Reserved.