C# 클래스 Moe.StateMachine.Extensions.Asynchronous.AsynchronousPlugIn

상속: Moe.StateMachine.Events.EventProcessor, IPlugIn, IDisposable
파일 보기 프로젝트 열기: sstuddard/Moe.StateMachine

공개 메소드들

메소드 설명
AddEvent ( EventInstance eventToAdd ) : void
AsynchronousPlugIn ( ) : System
Dispose ( ) : void
Initialize ( StateMachine sm ) : void

비공개 메소드들

메소드 설명
RunMachine ( ) : void
Start ( ) : void
Stop ( ) : void

메소드 상세

AddEvent() 공개 메소드

public AddEvent ( EventInstance eventToAdd ) : void
eventToAdd Moe.StateMachine.Events.EventInstance
리턴 void

AsynchronousPlugIn() 공개 메소드

public AsynchronousPlugIn ( ) : System
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Initialize() 공개 메소드

public Initialize ( StateMachine sm ) : void
sm StateMachine
리턴 void