C# Class Caliburn.Micro.EventAggregator.Handler

Show file Open project: bryanhunter/CaliburnMicroTalk

Public Methods

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

Method Details

Handle() public method

public Handle ( Type messageType, object message ) : bool
messageType System.Type
message object
return bool

Handler() public method

public Handler ( object handler ) : System
handler object
return System

Matches() public method

public Matches ( object instance ) : bool
instance object
return bool