C# Class Moe.StateMachine.Extensions.Asynchronous.AsynchronousPlugIn

Inheritance: Moe.StateMachine.Events.EventProcessor, IPlugIn, IDisposable
Afficher le fichier Open project: sstuddard/Moe.StateMachine

Méthodes publiques

Méthode Description
AddEvent ( EventInstance eventToAdd ) : void
AsynchronousPlugIn ( ) : System
Dispose ( ) : void
Initialize ( StateMachine sm ) : void

Private Methods

Méthode Description
RunMachine ( ) : void
Start ( ) : void
Stop ( ) : void

Method Details

AddEvent() public méthode

public AddEvent ( EventInstance eventToAdd ) : void
eventToAdd Moe.StateMachine.Events.EventInstance
Résultat void

AsynchronousPlugIn() public méthode

public AsynchronousPlugIn ( ) : System
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( StateMachine sm ) : void
sm StateMachine
Résultat void