C# Class Caliburn.Micro.EventAggregator.Handler

Afficher le fichier Open project: bryanhunter/CaliburnMicroTalk

Méthodes publiques

Méthode Description
Handle ( Type messageType, object message ) : bool
Handler ( object handler ) : System
Matches ( object instance ) : bool

Method Details

Handle() public méthode

public Handle ( Type messageType, object message ) : bool
messageType System.Type
message object
Résultat bool

Handler() public méthode

public Handler ( object handler ) : System
handler object
Résultat System

Matches() public méthode

public Matches ( object instance ) : bool
instance object
Résultat bool