org.drools.guvnor.client.simulation
Interface SimulationTestEventHandler
- All Known Implementing Classes:
- SimulationTestEditor
public interface SimulationTestEventHandler
addPath
void addPath()
removePath
void removePath(SimulationPathModel path)
selectStep
void selectStep(SimulationStepModel step)
addStep
void addStep(SimulationPathModel path)
removeStep
void removeStep(SimulationStepModel step)
addCommand
void addCommand(AbstractCommandModel command)
moveUpCommand
void moveUpCommand(AbstractCommandModel command)
moveDownCommand
void moveDownCommand(AbstractCommandModel command)
removeCommand
void removeCommand(AbstractCommandModel command)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.