Interface ProgramLocationListener


  • public interface ProgramLocationListener
    Listener interface for when 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