C# Class Docu.Events.EventAggregator

Datei anzeigen Open project: cdrnet/docu Class Usage Examples

Public Methods

Method Description
Publish ( EventType eventType, string payload ) : void
Subscribe ( EventType eventType, Action handle ) : void

Method Details

Publish() public method

public Publish ( EventType eventType, string payload ) : void
eventType EventType
payload string
return void

Subscribe() public method

public Subscribe ( EventType eventType, Action handle ) : void
eventType EventType
handle Action
return void