public class SelectedWorkspaceItemEvent extends com.google.gwt.event.shared.GwtEvent<SelectedWorkspaceItemEventHandler>
| Modifier and Type | Field and Description |
|---|---|
static com.google.gwt.event.shared.GwtEvent.Type<SelectedWorkspaceItemEventHandler> |
TYPE
The type.
|
| Constructor and Description |
|---|
SelectedWorkspaceItemEvent(String itemId)
Instantiates a new selected workspace item event.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(SelectedWorkspaceItemEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<SelectedWorkspaceItemEventHandler> |
getAssociatedType() |
String |
getItemId() |
assertLive, getSource, isLive, kill, revivepublic static com.google.gwt.event.shared.GwtEvent.Type<SelectedWorkspaceItemEventHandler> TYPE
public SelectedWorkspaceItemEvent(String itemId)
itemId - the item idpublic com.google.gwt.event.shared.GwtEvent.Type<SelectedWorkspaceItemEventHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<SelectedWorkspaceItemEventHandler>protected void dispatch(SelectedWorkspaceItemEventHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<SelectedWorkspaceItemEventHandler>public String getItemId()
Copyright © 2018. All Rights Reserved.