Class ValidateSimulationEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<ValidateSimulationEventHandler>
-
- org.drools.workbench.screens.scenariosimulation.client.events.ValidateSimulationEvent
-
public class ValidateSimulationEvent extends com.google.gwt.event.shared.GwtEvent<ValidateSimulationEventHandler>
GwtEventto validate aSimulation
-
-
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<ValidateSimulationEventHandler>TYPE
-
Constructor Summary
Constructors Constructor Description ValidateSimulationEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddispatch(ValidateSimulationEventHandler handler)com.google.gwt.event.shared.GwtEvent.Type<ValidateSimulationEventHandler>getAssociatedType()-
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<ValidateSimulationEventHandler> TYPE
-
-
Method Detail
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<ValidateSimulationEventHandler> getAssociatedType()
- Specified by:
getAssociatedTypein classcom.google.gwt.event.shared.GwtEvent<ValidateSimulationEventHandler>
-
dispatch
protected void dispatch(ValidateSimulationEventHandler handler)
- Specified by:
dispatchin classcom.google.gwt.event.shared.GwtEvent<ValidateSimulationEventHandler>
-
-