robotlegs-sharp / robotlegs-sharp-framework

An C# application framework. Ported from Robotlegs for ActionScript 3.
MIT License
84 stars 25 forks source link

Mediator tracking and `Ready()` function called once all mediators attached #19

Open KieranBond opened 5 years ago

KieranBond commented 5 years ago

Functionality added by creating a list of Mediators being added to the View, and once those are done - we call the Ready() function on the IView interface

18