Interface ProgramLocationListener
-
public interface ProgramLocationListener
Listener interface for when the program location changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
programLocationChanged(ProgramLocation loc, EventTrigger trigger)
Called whenever the program location changes.
-
-
-
Method Detail
-
programLocationChanged
void programLocationChanged(ProgramLocation loc, EventTrigger trigger)
Called whenever the program location changes.- Parameters:
loc
- the new program location.trigger
- TODO
-
-