public class ImportOccurrencesEvent extends com.google.gwt.event.shared.GwtEvent<ImportOccurrencesEventHandler>
Modifier and Type | Field and Description |
---|---|
static com.google.gwt.event.shared.GwtEvent.Type<ImportOccurrencesEventHandler> |
TYPE |
Constructor and Description |
---|
ImportOccurrencesEvent(String workspaceItemId,
String listOccurrencesName,
String description) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(ImportOccurrencesEventHandler handler) |
com.google.gwt.event.shared.GwtEvent.Type<ImportOccurrencesEventHandler> |
getAssociatedType() |
String |
getDescription() |
String |
getListOccurrencesName() |
String |
getWorkspaceItemId() |
assertLive, getSource, isLive, kill, revive
public static final com.google.gwt.event.shared.GwtEvent.Type<ImportOccurrencesEventHandler> TYPE
public com.google.gwt.event.shared.GwtEvent.Type<ImportOccurrencesEventHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<ImportOccurrencesEventHandler>
protected void dispatch(ImportOccurrencesEventHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<ImportOccurrencesEventHandler>
public String getWorkspaceItemId()
public String getListOccurrencesName()
public String getDescription()
Copyright © 2014. All Rights Reserved.