| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Deprecated. since 11.1.1 with no replacement.
public interface ContextHolder
ContextHolder is an API through which owners of a Context may defer monitoring of the owned Context to the ContextWatcher.
| Method Summary | |
|---|---|
 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.  | 
| Method Detail | 
|---|
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()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||