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