Message10212

Author kensingtoncat
Recipients kensingtoncat
Date 2015-09-03.19:44:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441309488.11.0.716311923493.issue2389@psf.upfronthosting.co.za>
In-reply-to
Content
In 2.5, a jython class that was derived from an InternalFrameAdapter -- a convenience class -- could be added as an InternalFrameListener to internal frames.
In 2.7, the events (I only tested closing, and closed) are not caught.

The workaround now is to derive from an InternalFrameListener and implement all the abstract listener functions.

Adapter classes that I derive from that implement a single interface
works as expected. 
However, I not checked whether all "convenience" adapter classes that implement multiple interfaces suffer from this issue -- or is this a one-off problem.
History
Date User Action Args
2015-09-03 19:44:48kensingtoncatsetrecipients: + kensingtoncat
2015-09-03 19:44:48kensingtoncatsetmessageid: <1441309488.11.0.716311923493.issue2389@psf.upfronthosting.co.za>
2015-09-03 19:44:48kensingtoncatlinkissue2389 messages
2015-09-03 19:44:47kensingtoncatcreate