![]() |
StrangeIoC
0.6.0
The IoC/Binding Framework for Unity3D and C#
|
Base class for all Mediators. More...
Public Member Functions | |
| 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... | |
Properties | |
| 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. | |
Base class for all Mediators.
|
inlinevirtual |
Fires after all injections satisifed.
Override and place your initialization code here.
Implements strange.extensions.mediation.api.IMediator.
|
inlinevirtual |
Fires on removal of view.
Override and place your cleanup code here
Implements strange.extensions.mediation.api.IMediator.
1.8.4