view ProbeID.java @ 47:be66ee2fe9fe

Added abstract class EndBlockPanel to deliver end of block messages (e.g. end of practice block). Added and implemented EndTestPanel which gives "thank you for participating" etc message at end of test.
author Carl Bussey <c.bussey@se10.qmul.ac.uk>
date Thu, 13 Jun 2013 18:33:34 +0100
parents 4031cbb02f08
children
line wrap: on
line source
/*=============================================================================
 * File:       ProbeID.java
 * Author:     Marcus Pearce <m.pearce@gold.ac.uk>
 * Created:    <2007-03-01 13:39:43 marcusp>
 * Time-stamp: <2010-05-10 11:27:35 marcusp>
 *=============================================================================
 */

public enum ProbeID { 
    NOT_PROBE, START_CLOCK, BEFORE_PROBE, PROBE_EX, PROBE_UNEX, AFTER_PROBE, PROBE
}