C# 클래스 MilkShakeFramework.Core.Events.EventDispatcher

파일 보기 프로젝트 열기: lucas-jones/MilkShake-old 1 사용 예제들

공개 메소드들

메소드 설명
AddEventListener ( string eventName, MEvent eventFunction, string eventHandler = "Unknown" ) : void
DispatchEvent ( string eventName ) : void

메소드 상세

AddEventListener() 공개 메소드

public AddEventListener ( string eventName, MEvent eventFunction, string eventHandler = "Unknown" ) : void
eventName string
eventFunction MEvent
eventHandler string
리턴 void

DispatchEvent() 공개 메소드

public DispatchEvent ( string eventName ) : void
eventName string
리턴 void