Click here to Skip to main content
15,898,134 members

Comments by Anton Koekemoer (Top 2 by date)

Anton Koekemoer 28-Jul-14 9:54am View    
Could you please clarify what you mean by the statement

"The class which I want to be singleton is extend another class which its constructor have
two entries, and entries are also singleton!"

I can see that the parent class constructor requires two arguments, do you mean that the values for the arguments can be obtained from other singletons, in other words from a call like

Ui.getInstance() and Store.getInstance() ?
Anton Koekemoer 15-Jul-14 6:43am View    
Have you been able to make it work? If not, could you please provide me with a little more information as to what you would like to achieve, as it is a little vague?