NextTurnController.java

package org.microcol.gui.event;

import org.microcol.model.event.RoundStartedEvent;

/**
 * It's called when human user should start play his move.
 * 
 */
public class NextTurnController extends AbstractEventController<RoundStartedEvent> {

}