| ISplashView Methods |
The ISplashView type exposes the following members.
| Name | Description | |
|---|---|---|
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
| Initialise |
Records references to objects that will be passed on to the presenter when the time comes to create it.
| |
| ReportProblem |
Blocking method that displays details of a problem to the user.
| |
| ReportProgress |
Non-blocking method to display text to the user, intended to show the current state of the presenter's build up of the application.
| |
| ShowView |
Displays the view to the user.
(Inherited from IView.) | |
| YesNoPrompt |
Blocking method that displays a prompt and asks the user to choose one of a yes/no response. Returns true if the user answers yes.
|