206207208209210211212213214
protected Action showResultsCallback(){ final Transfer t = this; return new Action("View Transfer results") { public void run() { new TransferResultsConsole(t, m_fileList); } }; }