J
James Edward Gray II
I have an inner class that needs to send it's parent object (outer
class) a message when a certain event occurs.
I would rather not create a method in the outer class for this as it is
a messy implementation detail that should be hidden away under lock and
key.
Any suggestions for a clean way to implement this? It's a blind spot
for me.
Thanks.
James Edward Gray II
class) a message when a certain event occurs.
I would rather not create a method in the outer class for this as it is
a messy implementation detail that should be hidden away under lock and
key.
Any suggestions for a clean way to implement this? It's a blind spot
for me.
Thanks.
James Edward Gray II