예제 #1
0
파일: AC1.java 프로젝트: johnsteele/etrice
 public void destroy() {
   DebuggingService.getInstance().addMessageActorDestroy(this);
   super.destroy();
 }
예제 #2
0
파일: AC1.java 프로젝트: johnsteele/etrice
 // --------------------- lifecycle functions
 public void stop() {
   stopUser();
   super.stop();
 }