edu.stanford.hci.dtools.user
Interface DtoolsUserStateClass


public interface DtoolsUserStateClass


Method Summary
 void enterState()
          method called when entering associated state NOTE that user classes at the moment DO NOT IMPLEMENT this class - we get to the method via reflection, which is ugly, but works.
 

Method Detail

enterState

void enterState()
method called when entering associated state NOTE that user classes at the moment DO NOT IMPLEMENT this class - we get to the method via reflection, which is ugly, but works. Haven't found a good way for user java code to automatically include the path to this interface file.