StrangeIoC  0.6.0
The IoC/Binding Framework for Unity3D and C#
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Properties | List of all members
strange.extensions.mediation.impl.EventMediator Class Reference

A Mediator which injects an IEventDispatcher. More...

Inheritance diagram for strange.extensions.mediation.impl.EventMediator:
strange.extensions.mediation.impl.Mediator strange.extensions.mediation.api.IMediator

Properties

IEventDispatcher dispatcher [get, set]
 
- Properties inherited from strange.extensions.mediation.impl.Mediator
GameObject contextView [get, set]
 
- Properties inherited from strange.extensions.mediation.api.IMediator
GameObject contextView [get, set]
 Get/set the GameObject that represents the top-most item in this Context.
 

Additional Inherited Members

- Public Member Functions inherited from strange.extensions.mediation.impl.Mediator
virtual void PreRegister ()
 Fires directly after creation and before injection.
 
virtual void OnRegister ()
 Fires after all injections satisifed. More...
 
virtual void OnRemove ()
 Fires on removal of view. More...
 

Detailed Description

A Mediator which injects an IEventDispatcher.

This is the class for your Mediators to extend if you're using MVCSContext.


The documentation for this class was generated from the following file: