Package commands
Class CmdUpdatePoint
- java.lang.Object
-
- commands.CmdUpdatePoint
-
-
Constructor Summary
Constructors Constructor Description CmdUpdatePoint(Point oldState, Point newState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
Update point.void
unexecute()
Undo previous updating and return point to the original values.
-