Skip to content

Lazy initialization, Asynchronous loading and per-view-instance injection

Compare
Choose a tag to compare
@AdamBien AdamBien released this 08 Aug 01:03
· 44 commits to master since this release
  1. Views and presenters are instantiated lazily
  2. The construction of the view can be initiated synchronously or asynchronously.
  3. An "injection context" can be passed to a FXMLView's constructor and is going to be used for injection into presenter.