Example #1
0
 @Override
 public void start() {
   queue = new java.util.concurrent.ArrayBlockingQueue<Event>(1024);
   super.start();
 }