1: package com.vividsolutions.jump.workbench.ui.plugin; 2: 3: import com.vividsolutions.jump.workbench.WorkbenchContext; 4: 5: public interface WorkbenchContextReference { 6: 7: void setWorkbenchContext(WorkbenchContext context); 8: 9: }