/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package interaction; /** * * @author Tristan Goffman(tgoffman@gmail.com) Jul 20, 2011 */ public enum BasicInteraction implements ExperimentInteraction { Exit, Complete, InvalidKeyPress, Continue }