public class SelectedReportEvent extends com.google.gwt.event.shared.GwtEvent<SelectedReportEventHandler>
Modifier and Type | Field and Description |
---|---|
static com.google.gwt.event.shared.GwtEvent.Type<SelectedReportEventHandler> |
TYPE |
Constructor and Description |
---|
SelectedReportEvent(String id,
String name,
VMETypeIdentifier type,
SelectVMEReportDialog.Action theAction) |
Modifier and Type | Method and Description |
---|---|
protected void |
dispatch(SelectedReportEventHandler handler) |
SelectVMEReportDialog.Action |
getAction() |
com.google.gwt.event.shared.GwtEvent.Type<SelectedReportEventHandler> |
getAssociatedType() |
String |
getId() |
String |
getName() |
VMETypeIdentifier |
getType() |
assertLive, getSource, isLive, kill, revive
public static com.google.gwt.event.shared.GwtEvent.Type<SelectedReportEventHandler> TYPE
public SelectedReportEvent(String id, String name, VMETypeIdentifier type, SelectVMEReportDialog.Action theAction)
public String getId()
public String getName()
public VMETypeIdentifier getType()
public SelectVMEReportDialog.Action getAction()
public com.google.gwt.event.shared.GwtEvent.Type<SelectedReportEventHandler> getAssociatedType()
getAssociatedType
in class com.google.gwt.event.shared.GwtEvent<SelectedReportEventHandler>
protected void dispatch(SelectedReportEventHandler handler)
dispatch
in class com.google.gwt.event.shared.GwtEvent<SelectedReportEventHandler>
Copyright © 2014. All Rights Reserved.