Hi All,

I'm muddling my way through the Javabeans assignment (1021) and I am
not clear on how the reference to this is used in the following
statement:

    private final PropertyChangeSupport pcs
                    = new PropertyChangeSupport( this );

After much gnashing of teeth (Grrr!) I come up with the following
logic - most likely flawed.  It appears that the PropertyChangeSupport
constructor is trying to initialize the newly created pcs object; am I
correct?  If so, doesn't this create some sort of funky circular
reference?  If not,  could someone expand on what is happening here.
It would be much appreciated.

Thank you in advance,
Casey

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/javaprogrammingwithpassion?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to