uQty.addFocusListener(this);
I am working an example from Object Oriented Design in java, and am perplexed about the use of this as a parameter for the addFocusListener method. I have done an extensive online search for an explanation, but all I get are more examples with no explanation. Does this refer to the field or the object that the field is part of?