Utas inline AJVA

new Thread(
  new Runnable() {
      public void run() {
         ...
      }
}).start();
Baggi