Scenario. Start a UI and its associated activity. This is another pattern for starting a unit of work (which involves launching a user interface). In this case, a user would launch a user interface, which would then “attach” itself to an activity. The activity that the user interface “attaches” itself to can be a new activity that the user interface would startup or a currently “running” activity that the UI would invoke operations on. open() startup()
Appears in 1 contract
Scenario. Start a UI an Activity and its associated activityUI. This is another one pattern for starting a unit of work (which involves launching a user interface). In this casepattern, the activity is the starting point. From the user’s point of view, a user would starts a unit of work to do his / her work. The unit of work (activity) may or may not launch a user interface, which would then “attach” itself interface to an activity. The activity that complete the user interface “attaches” itself to can be a new activity that the user interface would startup or a currently “running” activity that the UI would invoke operations on. open() startup()unit of work.
Appears in 1 contract