Exemplo n.º 1
0
 public void stop() {
   progressTopic.remove();
 }
Exemplo n.º 2
0
 public void terminate() {
   LOGGER.info("Terminating long action with id " + progressTopic.getKey().getId());
   //		thread.interrupt();
 }