IAction
public class SamGraphic.ActionMoveWall extends java.lang.Object implements IAction
Modifier and Type | Field | Description |
---|---|---|
boolean |
enabled |
Modifier | Constructor | Description |
---|---|---|
protected |
ActionMoveWall(DeviceSlider wallPositionSlider,
Sam sim,
IAction moveWallToggle) |
Modifier and Type | Method | Description |
---|---|---|
void |
actionPerformed() |
Completes the action defined by the class implementing this interface.
|
protected ActionMoveWall(DeviceSlider wallPositionSlider, Sam sim, IAction moveWallToggle)
public void actionPerformed()
IAction
actionPerformed
in interface IAction