Interface CoordinatedListingPanelListener


public interface CoordinatedListingPanelListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    boolean
    Notifies the listener that it's associated listing panel should get closed.
  • Method Details

    • listingClosed

      boolean listingClosed()
      Notifies the listener that it's associated listing panel should get closed.
      Returns:
      true if the listener actually closes a listing panel.
    • activeProgramChanged

      void activeProgramChanged(Program activeProgram)