new TaskRunner(new ISwingRunnableWithProgress() { public void run(IProgress progress) throws Throwable { EmbeddedContainer container = getSelectedContainer(); if (container == null) { return; } container.stop(progress); } }, "Stop Container", "Stopping container", 10).exec();
@author sdasgupta
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |