public class CommandFactorySelectorChangeEvent extends com.google.gwt.event.shared.GwtEvent<CommandFactorySelectorChangeHandler>
Constructor and Description |
---|
CommandFactorySelectorChangeEvent(ICommandFactory commandFactory) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(CommandFactorySelectorChangeHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<CommandFactorySelectorChangeHandler> |
getAssociatedType() |
ICommandFactory |
getCommandFactory() |
static com.google.gwt.event.shared.GwtEvent.Type<CommandFactorySelectorChangeHandler> |
getType()
Ensures the existence of the handler hook and then returns it.
|
assertLive, getSource, isLive, kill, revive
public CommandFactorySelectorChangeEvent(ICommandFactory commandFactory)
public com.google.gwt.event.shared.GwtEvent.Type<CommandFactorySelectorChangeHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<CommandFactorySelectorChangeHandler>
public static com.google.gwt.event.shared.GwtEvent.Type<CommandFactorySelectorChangeHandler> getType()
protected void dispatch(CommandFactorySelectorChangeHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<CommandFactorySelectorChangeHandler>
public ICommandFactory getCommandFactory()
Copyright © 2018. All Rights Reserved.