C# Class GithubActors_WPF.Actors.MainFormActor

Actor that runs on the UI thread and handles UI events for LauncherForm
Inheritance: ReceiveActor, IWithUnboundedStash
Afficher le fichier Open project: njimenez/AkkaProjects Class Usage Examples

Méthodes publiques

Méthode Description
MainFormActor ( LauncherFormViewModel vm ) : System

Private Methods

Méthode Description
BecomeBusy ( string repoUrl ) : void

Make any necessary URI updates, then switch our state to busy

BecomeReady ( string message, bool isValid = true ) : void
Busy ( ) : void

State for when we're currently processing a job

Ready ( ) : void

State for when we're able to accept new jobs

Method Details

MainFormActor() public méthode

public MainFormActor ( LauncherFormViewModel vm ) : System
vm LauncherFormViewModel
Résultat System