Interface ProgramSelectionListener
-
public interface ProgramSelectionListener
Listener that is notified when the program selection changes
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
programSelectionChanged(ProgramSelection selection)
Called whenever the program slection changes.
-
-
-
Method Detail
-
programSelectionChanged
void programSelectionChanged(ProgramSelection selection)
Called whenever the program slection changes.- Parameters:
selection
- the new program selection.
-
-