C# Class MilkShakeFramework.Core.Events.EventDispatcher

Exibir arquivo Open project: lucas-jones/MilkShake-old Class Usage Examples

Public Methods

Method Description
AddEventListener ( string eventName, MEvent eventFunction, string eventHandler = "Unknown" ) : void
DispatchEvent ( string eventName ) : void

Method Details

AddEventListener() public method

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

DispatchEvent() public method

public DispatchEvent ( string eventName ) : void
eventName string
return void