public interface SelectedContextAware
ExplorerContext.| Modifier and Type | Method and Description |
|---|---|
void |
prepare()
Called after the job has been selected, but before any action is
to be performed.
|
void |
setSelectedContext(ExplorerContext context)
Called when the job selection changes.
|
void setSelectedContext(ExplorerContext context)
context - The context. Will never be null.void prepare()