Re: Re: threading of FileSet
Svata Dedic <[email protected]> Fri, 20 Jun 2003 22:48:04 +0200
| Newsgroups | gmane.comp.java.netbeans.modules.projects.devel |
|---|---|
| Message-ID | <[email protected]> |
Jesse Glick wrote: > Svatopluk Dedic wrote: > > Re. passing a Mutex to the FileSet constructor - perhaps keep it simple, > and just define one public static final Mutex MUTEX to be used with > *any* fileset. Simple and should work. You can just fire changes OK - my use case was to postpone events fired from several tightly coupled filesets. Blocking events from all FileSets includes this scenario naturally. -Svata