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.


Field Summary
static java.lang.String copyright
           
 
Method Summary
 Screen getMonitor()
           
 java.util.List<ScreenCalledMonitor> getScreensCalled()
           
 

Field Detail

copyright

static final java.lang.String copyright
See Also:
Constant Field Values
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: