Interface ExecutionObjectExplorerContext
-
public interface ExecutionObjectExplorerContext
Context for theExecutionObjectExplorer
.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExecutionManagedObject
getInitialManagedObject()
Obtains the initialExecutionManagedObject
.
-
-
-
Method Detail
-
getInitialManagedObject
ExecutionManagedObject getInitialManagedObject()
Obtains the initialExecutionManagedObject
.- Returns:
- Initial
ExecutionManagedObject
.
-
-