com.yobotics.simulationconstructionset.commands
Interface ToggleKeyPointModeCommandExecutor

All Known Subinterfaces:
AllCommandsExecutor
All Known Implementing Classes:
AbstractAllCommandsExecutor, DataBuffer, SimulationConstructionSet, StandardAllCommandsExecutor

public interface ToggleKeyPointModeCommandExecutor


Method Summary
 boolean isKeyPointModeToggled()
           
 void registerToggleKeyPointModeCommandListener(ToggleKeyPointModeCommandListener commandListener)
           
 void toggleKeyPointMode()
           
 

Method Detail

isKeyPointModeToggled

boolean isKeyPointModeToggled()

toggleKeyPointMode

void toggleKeyPointMode()

registerToggleKeyPointModeCommandListener

void registerToggleKeyPointModeCommandListener(ToggleKeyPointModeCommandListener commandListener)