org.knopflerfish.service.desktop
public interface SelectionAware
The desktop window will call the displayerSelected() method when the
tab that the displayer lives in has been selected. By implementing this
and skipping all updates triggered by selection changes when the displayer is
not visible it is possible to save many CPU-cycles.
| Modifier and Type | Method and Description |
|---|---|
void |
displayerSelected()
Update the displayer to show the current selection.
|