C# Class Contrive.StructureMap.SubscriptionInterceptor

Insures that when types implementing IHandleare instantiated, they are subscribed to the appropriate event type with the event aggregator
Inheritance: TypeInterceptor
Show file Open project: alanstevens/Contrive

Public Methods

Method Description
MatchesType ( Type type ) : bool
Process ( object target, IContext context ) : object

Method Details

MatchesType() public method

public MatchesType ( Type type ) : bool
type System.Type
return bool

Process() public method

public Process ( object target, IContext context ) : object
target object
context IContext
return object