Knopflerfish OSGi 5.2.0

org.knopflerfish.service.desktop
Interface SelectionAware


public interface SelectionAware

Interface which a bundle displayer that supports lazy updates may implement.

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.


Method Summary
 void displayerSelected()
          Update the displayer to show the current selection.
 

Method Detail

displayerSelected

void displayerSelected()
Update the displayer to show the current selection.


Knopflerfish OSGi 5.2.0