Interface ProgramLocationListener
-
public interface ProgramLocationListenerListener interface for when the program location changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprogramLocationChanged(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
-
-