C# Class Grabacr07.KanColleViewer.Composition.AggregateNotifier

複数の INotifier を集約した通知機能を提供します。
Inheritance: INotifier
Show file Open project: KCV-Localisation/KanColleViewer

Public Methods

Method Description
AggregateNotifier ( IEnumerable notifiers ) : System
Dispose ( ) : void
GetSettingsView ( ) : object
Initialize ( ) : void
Show ( NotifyType type, string header, string body, System.Action activated, Action failed = null ) : void

Method Details

AggregateNotifier() public method

public AggregateNotifier ( IEnumerable notifiers ) : System
notifiers IEnumerable
return System

Dispose() public method

public Dispose ( ) : void
return void

GetSettingsView() public method

public GetSettingsView ( ) : object
return object

Initialize() public method

public Initialize ( ) : void
return void

Show() public method

public Show ( NotifyType type, string header, string body, System.Action activated, Action failed = null ) : void
type NotifyType
header string
body string
activated System.Action
failed Action
return void