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