Example #1
0
 public void destroy() {
   DebuggingService.getInstance().addMessageActorDestroy(this);
   super.destroy();
 }
Example #2
0
 // --------------------- lifecycle functions
 public void stop() {
   stopUser();
   super.stop();
 }