/**
* Performs the initial move for the cell using a special app-specific first
* move protocol.
*/
public void performFirstMove(CellTransform cellTransform) {
App2DCellPerformFirstMoveMessage msg =
new App2DCellPerformFirstMoveMessage(
getCellID(), cellTransform);
channel.send(msg);
}