Re: Disabling Events
Martin Matula <[email protected]> Wed, 26 Mar 2003 11:27:56 +0100
| Newsgroups | gmane.comp.java.netbeans.modules.mdr.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Thorsten, no, currently there is no way of doing it as it would enable any client of MDR to break functionality of other clients (if MDR is shared as in NetBeans). Do you have serious problems with performance/memory because of that? Is the problem in creation of event objects or in the events distribution? Martin Thorsten Sturm wrote: > Hi all, > > I'm running into problems with the number of events being produced by MDR. Is there a way to disable the creation of events programatically (and temporarily)? > > Thorsten