Re: Disabling Events
Thorsten Sturm <[email protected]> Wed, 26 Mar 2003 12:04:22 +0100
| Newsgroups | gmane.comp.java.netbeans.modules.mdr.devel |
|---|---|
| Organization | Gentleware AG |
| Message-ID | <[email protected]> |
Hi Martin, I'm not sure if the real problem is more in event distribution or creation. If you use a transaction a vast number of events has to be held before they can be distributed. This can lead to memory problems. I would like to see a features, that allows me to supress all those events that will be distributed after the transaction has been finished. Best would be to supress event distribution by type (e.g. if you don't care for the change events but want to receive the transaction end event). Do you see any way of doing so? Thorsten