Class SimpleHorizontalMovement
- java.lang.Object
-
- edu.ubo.satellitebeacons.main.movable.movement.SimpleHorizontalMovement
-
-
Constructor Summary
Constructors Constructor Description SimpleHorizontalMovement(int min, int max, int speed)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmove(Movable movable)Move a movable.voidmoveLeft(Movable movable)voidmoveRight(Movable movable)
-