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