WIP: Replace session states in the Engine classes

This commit is contained in:
Santiago Torres
2016-05-24 01:41:35 -04:00
parent 89ab4dd04e
commit 62527a62c1
13 changed files with 1584 additions and 513 deletions

View File

@@ -71,6 +71,7 @@ public interface IntroductionConstants {
String OUR_SIGNATURE = "ourSignature";
String TASK = "task";
int NO_TASK = -1;
int TASK_ADD_CONTACT = 0;
int TASK_ACTIVATE_CONTACT = 1;
int TASK_ABORT = 2;