1 11 package org.eclipse.debug.internal.ui.viewers.provisional; 12 13 import org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext; 14 15 23 public interface IAsynchronousContentAdapter { 24 25 34 public void retrieveChildren(Object parent, IPresentationContext context, IChildrenRequestMonitor result); 35 36 46 public void isContainer(Object element, IPresentationContext context, IContainerRequestMonitor result); 47 48 } 49 | Popular Tags |