C# Class Moe.StateMachine.Events.SynchronousEventProcessor

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

Méthodes publiques

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

Method Details

AddEvent() public méthode

public AddEvent ( EventInstance eventToAdd ) : void
eventToAdd EventInstance
Résultat void

Initialize() public méthode

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