* These are functions used by other parts of the GGP codebase
* You shouldn't worry about them, just make sure that you have
* moves, selection, stop and start defined in the same way as
* this example, and copy-paste these two lines in your player
*/
notifyObservers(new GamerSelectedMoveEvent(moves, selection, stop - start));
return selection;
}