Interface ProgramSelectionListener
- 
public interface ProgramSelectionListenerListener that is notified when the program selection changes 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprogramSelectionChanged(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.
 
 - 
 
 -