IEventInterfaceDecorator

Overview

Interface to be implemented by any aspect that wants to influence the interface of an event.

Location


Required Methods


HandleInterface

called for each event before any of the methods are generated

 

method HandleInterface(Services: IServices; anEvent: IEventDefinition)

 

void HandleInterface(IServices Services, IEventDefinition anEvent)

 

func HandleInterface(_ Services: IServices, _ anEvent: IEventDefinition)

 

void HandleInterface(IServices Services, IEventDefinition anEvent)

 

Sub HandleInterface(Services As IServices, anEvent As IEventDefinition)

Parameters:

  • Services: services for resolving types
  • anEvent: event to process