C# Class GithubActors_WPF.Actors.MainFormActor

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

Public Methods

Method Description
MainFormActor ( LauncherFormViewModel vm ) : System

Private Methods

Method 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 method

public MainFormActor ( LauncherFormViewModel vm ) : System
vm LauncherFormViewModel
return System