public interface ContextHolder
| Modifier and Type | Method and Description | 
|---|---|
void | 
contextRemoved()
Deprecated.  
The Context originally fetched via getContext is no longer valid due to
 any or all of the Node, Project, or Workspace being removed from the
 IDE. 
 | 
Context | 
getContext()
Deprecated.  
Get the owned Context. 
 | 
void | 
nodeRenamed(Context context)
Deprecated.  
The Node of the Context originally fetched via getContext has been
 renamed, potentially resulting in a new Node instance in the event that
 the Node type has changed as a result of the name change. 
 | 
void | 
projectRenamed(Context context)
Deprecated.  
The Project of the Context originally fetched via getContext has been
 renamed. 
 | 
void | 
workspaceRenamed(Context context)
Deprecated.  
The Workspace of the Context originally fetched via getContext has been
 renamed. 
 | 
Context getContext()
void nodeRenamed(Context context)
context - a Context containing the possibly new Node instance.void projectRenamed(Context context)
context - a Context containing the renamed Project.void workspaceRenamed(Context context)
context - a Context containing the renamed Workspace.void contextRemoved()