C# Class Signal, Necromaestro

Inheritance: BaseSignal
Show file Open project: osmanzeki/Necromaestro Class Usage Examples

Public Methods

Method Description
AddListener ( Action callback ) : void
AddOnce ( Action callback ) : void
Dispatch ( ) : void
GetTypes ( ) : List
RemoveListener ( Action callback ) : void

Private Methods

Method Description
AddUnique ( Action listeners, Action callback ) : Action

Method Details

AddListener() public method

public AddListener ( Action callback ) : void
callback Action
return void

AddOnce() public method

public AddOnce ( Action callback ) : void
callback Action
return void

Dispatch() public method

public Dispatch ( ) : void
return void

GetTypes() public method

public GetTypes ( ) : List
return List

RemoveListener() public method

public RemoveListener ( Action callback ) : void
callback Action
return void