public interface ExecutionDisplayProvider
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Closes the view and destroys any resources used by this view.
|
ExecutionDisplay |
getExecutionDisplay()
Get the ExecutionDisplay this view provides.
|
void |
open()
Opens the view
|
void |
setup(Executor executor,
Module module)
Initialize the module execution view
This method should create any necessary resources required for the view
|
void setup(Executor executor, Module module)
void open()
void destroy()
ExecutionDisplay getExecutionDisplay()
Copyright © 2012. All Rights Reserved.