org.drools.guvnor.client.simulation
Interface SimulationTestEventHandler

All Known Implementing Classes:
SimulationTestEditor

public interface SimulationTestEventHandler


Method Summary
 void addCommand(AbstractCommandModel command)
           
 void addPath()
           
 void addStep(SimulationPathModel path)
           
 void moveDownCommand(AbstractCommandModel command)
           
 void moveUpCommand(AbstractCommandModel command)
           
 void removeCommand(AbstractCommandModel command)
           
 void removePath(SimulationPathModel path)
           
 void removeStep(SimulationStepModel step)
           
 void selectStep(SimulationStepModel step)
           
 

Method Detail

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-2012 JBoss by Red Hat. All Rights Reserved.