com.ibm.pdp.maf.rpp.pac.dialog

Interface DialogMonitor

  • All Superinterfaces:
    Element


    public interface DialogMonitor
    extends Element

    The purpose of DialogMonitor is to declare a screen as a monitor or sub-monitor and define, for this monitor, the list of the screens called by it.

    • Method Detail

      • getMonitor

        Screen getMonitor()

        Gives the Screen declared as a monitor

        Returns:
      • getScreensCalled

        java.util.List<ScreenCalledMonitor> getScreensCalled()

        Gives the list of Screens called by the monitor

        Returns: