1 11 12 package org.eclipse.ui.navigator; 13 14 29 public interface INavigatorPipelineService { 30 31 32 57 public PipelinedShapeModification interceptAdd( 58 PipelinedShapeModification anAddModification); 59 60 85 public PipelinedShapeModification interceptRemove( 86 PipelinedShapeModification aRemoveModification); 87 88 107 boolean interceptRefresh(PipelinedViewerUpdate aRefreshSynchronization); 108 109 129 public boolean interceptUpdate( 130 PipelinedViewerUpdate anUpdateSynchronization); 131 132 } 133 | Popular Tags |