Message10215

Author kensingtoncat
Recipients kensingtoncat, zyasoft
Date 2015-09-03.20:51:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441313507.54.0.909894311341.issue2389@psf.upfronthosting.co.za>
In-reply-to
Content
The issue is that the InternalFrameAdapter class does implement *all* the InteralFrameListener methods -- albeit with a do-nothing, no-op.
ie "An abstract adapter class for receiving internal frame events. The methods in this class are empty."
So this class has by default all the methods implemented already.

So the question remains why it does not behave like 2.5
History
Date User Action Args
2015-09-03 20:51:47kensingtoncatsetmessageid: <1441313507.54.0.909894311341.issue2389@psf.upfronthosting.co.za>
2015-09-03 20:51:47kensingtoncatsetrecipients: + kensingtoncat, zyasoft
2015-09-03 20:51:47kensingtoncatlinkissue2389 messages
2015-09-03 20:51:47kensingtoncatcreate