Event Listeners
Keith Schomburg <[email protected]> Wed, 10 Aug 2005 23:35:12 -0400
| Newsgroups | gmane.comp.java.netbeans.modules.javacvs.devel |
|---|---|
| Message-ID | <[email protected]> |
How do you distinguish a MessageEvent received by an event listener as truly an error message? I noticed that all status type messages (e.g. "cvs add: scheduling file ...", "cvs update: Updating ...", etc.) are received and tagged as an error. I would not classify these type messages as error messages. Keith