Interface ProgramLocationListener
public interface ProgramLocationListener
Listener that is notified when the program location changes.
-
Method Summary
Modifier and TypeMethodDescriptionvoidprogramLocationChanged(ProgramLocation loc, EventTrigger trigger) Called whenever the program location changes.
-
Method Details
-
programLocationChanged
Called whenever the program location changes.- Parameters:
loc- the new program location.trigger- the cause of the change
-