C# Class Dibware.EventDispatcher.UI.Base.ApplicationEventHandlingBase

Inheritance: IDisposable
Mostrar archivo Open project: dibley1973/EventDispatcher

Public Methods

Method Description
Dispose ( ) : void

Protected Methods

Method Description
ApplicationEventHandlingBase ( IApplicationEventDispatcher applicationEventDispatcher ) : System
Dispose ( bool disposing ) : void
UnwireApplicationEventHandlers ( ) : void
WireUpApplicationEventHandlers ( ) : void

Method Details

ApplicationEventHandlingBase() protected method

protected ApplicationEventHandlingBase ( IApplicationEventDispatcher applicationEventDispatcher ) : System
applicationEventDispatcher IApplicationEventDispatcher
return System

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected abstract method

protected abstract Dispose ( bool disposing ) : void
disposing bool
return void

UnwireApplicationEventHandlers() protected abstract method

protected abstract UnwireApplicationEventHandlers ( ) : void
return void

WireUpApplicationEventHandlers() protected abstract method

protected abstract WireUpApplicationEventHandlers ( ) : void
return void