Class ImportEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<ImportEventHandler>
-
- org.drools.workbench.screens.scenariosimulation.client.events.ImportEvent
-
public class ImportEvent extends com.google.gwt.event.shared.GwtEvent<ImportEventHandler>
GwtEventto execute import from file
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H extends Object>
-
-
Field Summary
Fields Modifier and Type Field Description static com.google.gwt.event.shared.GwtEvent.Type<ImportEventHandler>TYPE
-
Constructor Summary
Constructors Constructor Description ImportEvent(GridWidget gridWidget)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddispatch(ImportEventHandler handler)com.google.gwt.event.shared.GwtEvent.Type<ImportEventHandler>getAssociatedType()GridWidgetgetGridWidget()-
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
-
-
-
-
Field Detail
-
TYPE
public static final com.google.gwt.event.shared.GwtEvent.Type<ImportEventHandler> TYPE
-
-
Constructor Detail
-
ImportEvent
public ImportEvent(GridWidget gridWidget)
- Parameters:
gridWidget-
-
-
Method Detail
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<ImportEventHandler> getAssociatedType()
- Specified by:
getAssociatedTypein classcom.google.gwt.event.shared.GwtEvent<ImportEventHandler>
-
getGridWidget
public GridWidget getGridWidget()
-
dispatch
protected void dispatch(ImportEventHandler handler)
- Specified by:
dispatchin classcom.google.gwt.event.shared.GwtEvent<ImportEventHandler>
-
-