| Type | info |
| Title | explicit dergistration of interceptor objects on XFrame.dispose() |
| Posted by | [EMAIL PROTECTED] |
| Affected | [EMAIL PROTECTED],[EMAIL PROTECTED], |
| Effective from | > SRC680 m164 |
Summary
+ explicit destruction of interceptor chain of frames on frame dispose()
Description
Till now every registered dispatch interceptor object had to deregister itself
on closing the frame. Otherwhise these two objects (the frame and it's
interceptor) cant die - because they hold references each to each other.
That's not realy comfortable for API programmers. They have to listen for a
frame disposing() event explicitly.
From now this dispatch interception chain will be destructed automaticly if the
frame will be disposed. Such interceptor will be loose it's master and slave
dispatch and will die so by reference. There wont be any specialized call like
dispose()/disposing() etcpp.
Note:
There is nothing todo for our current implementations of such dispatch
interceptor objects. The deregister herself, which will be possible next time
too.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
