displayId = rand.nextInt();
displayId2 = rand.nextInt();
externalId = rand.nextInt();
errorCode = rand.nextInt();
queue = new ListenerTestEventQueue();
producer = new MIDletControllerEventProducer(queue,
amsIsolateId, currentIsolateId);
listener = new MIDletControllerEventListener(queue, this);
}