Example #1
0
 @Override
 protected void interact(InputInterface input, OutputInterface output) {
   output.writeln("interact called");
 }
Example #2
0
 @Override
 protected int execute(InputInterface input, OutputInterface output) {
   output.writeln("execute called");
   return 0;
 }