public void select(HexGrid caller) { if (state == State.DONE) { return; } _select_cb (caller); caller.select_ (this); }