Interface DualListingFieldPanelCoordinator

    • Method Detail

      • leftLocationChanged

        void leftLocationChanged​(ProgramLocation leftLocation)
        Method that gets called when the location changes in the left side's program listing.
        Parameters:
        leftLocation - the new location in the left side.
      • rightLocationChanged

        void rightLocationChanged​(ProgramLocation rightLocation)
        Method that gets called when the location changes in the right side's program listing.
        Parameters:
        rightLocation - the new location in the right side.