|
Class Summary |
| Hello3Controller |
|
| Hello3Launcher |
Create the HelloWorld2 application Controller then start it. |
| Hello3Model |
Hello3Controller uses one of these to
supply data for its Views, and to keep session
state in. |
| Hello3View1 |
First View allows users to enter their name and to press
a button that issues a CHANGE_TO_FRED Control. |
| Hello3View2 |
Second View says goodbye to the user. |
| LoginController |
|
| LoginModel |
LoginController uses one of these to
supply data for its Views, and to keep session
state in. |
| LoginView |
|