C# Class BaseSignal, Necromaestro

Inheritance: IBaseSignal
Mostra file Open project: osmanzeki/Necromaestro Class Usage Examples

Public Methods

Method Description
AddListener ( object[]>.Action callback ) : void
AddOnce ( object[]>.Action callback ) : void
Dispatch ( object args ) : void
GetTypes ( ) : List
RemoveListener ( object[]>.Action callback ) : void

Method Details

AddListener() public method

public AddListener ( object[]>.Action callback ) : void
callback object[]>.Action
return void

AddOnce() public method

public AddOnce ( object[]>.Action callback ) : void
callback object[]>.Action
return void

Dispatch() public method

public Dispatch ( object args ) : void
args object
return void

GetTypes() public method

public GetTypes ( ) : List
return List

RemoveListener() public method

public RemoveListener ( object[]>.Action callback ) : void
callback object[]>.Action
return void