UiJob
134135136137138139140141
*/ private class StructureLoader implements CallStructureRetriever { public synchronized void load() { WebServiceOperationInfo opInfo = getObject().getOperationInfo(); UiJob job = new GetJtrJob(this, opInfo, getWaitService()); job.submit(); }
9899100101102103104105
@Override public void actionPerformed(ActionEvent e) { if (getJtrProcess != null) { ApplicationUi.getJobManager().cancelJob(getJtrProcess); } getJtrProcess = new GetJtrJob(this, opInfo, page.getWaitService()); getJtrProcess.submit(); }