C# Class Brod.Common.SystemInformer

Datei anzeigen Open project: paralect/brod

Public Methods

Method Description
Complete ( ) : void

Inform all observers that no more notifications planned. Possibly for shutdown phase.

Notify ( ISystemEvent @event ) : void

Notify system about some event

Swap ( ) : IObserver[]

Swap existing observers collection with a new one

Method Details

Complete() public static method

Inform all observers that no more notifications planned. Possibly for shutdown phase.
public static Complete ( ) : void
return void

Notify() public static method

Notify system about some event
public static Notify ( ISystemEvent @event ) : void
@event ISystemEvent
return void

Swap() public static method

Swap existing observers collection with a new one
public static Swap ( ) : IObserver[]
return IObserver[]