- All Implemented Interfaces:
Serializable
public class ChangeCellPacket
extends Packet
- See Also:
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ChangeCellPacket
public ChangeCellPacket(int sudokuIndex,
int cellIndex,
int newValue)
-
Method Details
-
getSudokuIndex
public int getSudokuIndex()
-
getCellIndex
public int getCellIndex()
-
getNewValue
public int getNewValue()
-