dimsuz
06/27/2016, 12:02 PMclass Screen : ScreenLifeCycle by Helper(this.getObject()) {
}
That is my delegate (Helper) needs some object which will only be created later after Screen
is instantiated.
Above code won't compile, because this
is unavailable at that point, I just want to show what I need to achieve.
Any hints?