C# Class F1Publisher.Handlers.AddTopicHandler

Inheritance: ITopicControlAddCallback
ファイルを表示 Open project: pushtechnology/blog-steering-wheel Class Usage Examples

Public Methods

Method Description
OnDiscard ( ) : void
OnTopicAddFailed ( string topicPath, TopicAddFailReason reason ) : void
OnTopicAdded ( string topicPath ) : void

Protected Methods

Method Description
OnFailure ( EventArgs e ) : void
OnSuccess ( TopicEventArgs e ) : void

Method Details

OnDiscard() public method

public OnDiscard ( ) : void
return void

OnFailure() protected method

protected OnFailure ( EventArgs e ) : void
e System.EventArgs
return void

OnSuccess() protected method

protected OnSuccess ( TopicEventArgs e ) : void
e TopicEventArgs
return void

OnTopicAddFailed() public method

public OnTopicAddFailed ( string topicPath, TopicAddFailReason reason ) : void
topicPath string
reason TopicAddFailReason
return void

OnTopicAdded() public method

public OnTopicAdded ( string topicPath ) : void
topicPath string
return void