C# Class Castle.Applications.MindDump.Services.MindDumpEventChannel

Inheritance: IMindDumpEventPublisher
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode Description
AddSubcriber ( IMindDumpEventSubscriber subscriber ) : void
MindDumpEventChannel ( ) : System
NotifyBlogAdded ( Castle blog ) : void
NotifyBlogRemoved ( Castle blog ) : void
RemoveSubcriber ( IMindDumpEventSubscriber subscriber ) : void

Method Details

AddSubcriber() public méthode

public AddSubcriber ( IMindDumpEventSubscriber subscriber ) : void
subscriber IMindDumpEventSubscriber
Résultat void

MindDumpEventChannel() public méthode

public MindDumpEventChannel ( ) : System
Résultat System

NotifyBlogAdded() public méthode

public NotifyBlogAdded ( Castle blog ) : void
blog Castle
Résultat void

NotifyBlogRemoved() public méthode

public NotifyBlogRemoved ( Castle blog ) : void
blog Castle
Résultat void

RemoveSubcriber() public méthode

public RemoveSubcriber ( IMindDumpEventSubscriber subscriber ) : void
subscriber IMindDumpEventSubscriber
Résultat void