C# Class RatChat.Clock.ClockSource

Inheritance: IChatSource, IChatListener, INotifyPropertyChanged
Exibir arquivo Open project: JustOxlamon/Sc2tvChatPub

Public Methods

Method Description
BeginWork ( ) : void
CreateCustomView ( ) : System.Windows.Controls.UserControl
EndWork ( ) : void
OnConfigApply ( ConfigStorage Config ) : void
OnLoad ( ConfigStorage Config ) : void
OnNewMessageReceived ( List NewMessages ) : void

Protected Methods

Method Description
FireChange ( string PropertyName ) : void

Method Details

BeginWork() public method

public BeginWork ( ) : void
return void

CreateCustomView() public method

public CreateCustomView ( ) : System.Windows.Controls.UserControl
return System.Windows.Controls.UserControl

EndWork() public method

public EndWork ( ) : void
return void

FireChange() protected method

protected FireChange ( string PropertyName ) : void
PropertyName string
return void

OnConfigApply() public method

public OnConfigApply ( ConfigStorage Config ) : void
Config ConfigStorage
return void

OnLoad() public method

public OnLoad ( ConfigStorage Config ) : void
Config ConfigStorage
return void

OnNewMessageReceived() public method

public OnNewMessageReceived ( List NewMessages ) : void
NewMessages List
return void