1 11 package org.eclipse.debug.internal.ui.actions.provisional; 12 13 import org.eclipse.debug.internal.ui.viewers.provisional.IAsynchronousRequestMonitor; 14 15 20 public interface IAsynchronousTerminateAdapter { 21 22 28 public void canTerminate(Object element, IBooleanRequestMonitor monitor); 29 30 36 public void isTerminated(Object element, IBooleanRequestMonitor monitor); 37 38 44 public void terminate(Object element, IAsynchronousRequestMonitor monitor); 45 } 46 | Popular Tags |