Uses of Interface
org.drools.workbench.screens.scenariosimulation.client.handlers.DuplicateRowEventHandler
-
Packages that use DuplicateRowEventHandler Package Description org.drools.workbench.screens.scenariosimulation.client.commands org.drools.workbench.screens.scenariosimulation.client.events -
-
Uses of DuplicateRowEventHandler in org.drools.workbench.screens.scenariosimulation.client.commands
Classes in org.drools.workbench.screens.scenariosimulation.client.commands that implement DuplicateRowEventHandler Modifier and Type Class Description classScenarioSimulationEventHandlerThis class is meant to be a centralized listener for events fired up by UI, responding to them issuing specificCommands. -
Uses of DuplicateRowEventHandler in org.drools.workbench.screens.scenariosimulation.client.events
Fields in org.drools.workbench.screens.scenariosimulation.client.events with type parameters of type DuplicateRowEventHandler Modifier and Type Field Description static com.google.gwt.event.shared.GwtEvent.Type<DuplicateRowEventHandler>DuplicateRowEvent. TYPEMethods in org.drools.workbench.screens.scenariosimulation.client.events that return types with arguments of type DuplicateRowEventHandler Modifier and Type Method Description com.google.gwt.event.shared.GwtEvent.Type<DuplicateRowEventHandler>DuplicateRowEvent. getAssociatedType()Methods in org.drools.workbench.screens.scenariosimulation.client.events with parameters of type DuplicateRowEventHandler Modifier and Type Method Description protected voidDuplicateRowEvent. dispatch(DuplicateRowEventHandler handler)
-