event.intParam2 = targetSuiteId;
event.stringParam2 = targetClassname;
int amsIsolateId = MIDletSuiteUtils.getAmsIsolateId();
EventQueue eventQueue = EventQueue.getEventQueue(classSecurityToken);
eventQueue.sendNativeEventToIsolate(event, amsIsolateId);
}
/**
* The stronger variant for request the transition of
* the foreground to this application.