|
From: Nick C. <nic...@ve...> - 2005-01-28 13:58:55
|
Hmm. Good question...
Seriously, there's no good reason. Just a mistake.
Nick
> -----Original Message-----
> From: rep...@li...
> [mailto:rep...@li...]On Behalf Of
> Dumoulin Nicolas
> Sent: Wednesday, January 26, 2005 5:03 AM
> To: rep...@li...
> Subject: [Repast-developer] AbstractGUIController
>
>
> Why AbstractGUIController have attibutes CONSOLE_ERR and CONSOLE_OUT as
> static, and methods setConsoleOut(boolean) and setConsoleErr(boolean) as
> non-static ?
>
> Below is the source code of the method setConsoleOut(boolean) :
> public void setConsoleOut(boolean out) {
> AbstractGUIController.CONSOLE_OUT = out;
> }
>
> Regards,
>
> --
> Nicolas Dumoulin
> Doctorant / PhD Student
>
> CEMAGREF, LISC
> 24 avenue des Landais - BP 50085
> 63172 AUBIERE CEDEX 1 - France
>
> http://nicolasdumoulin.webhop.net
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
> Tool for open source databases. Create drag-&-drop reports. Save time
> by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
> Download a FREE copy at http://www.intelliview.com/go/osdn_nl
> _______________________________________________
> Repast-developer mailing list
> Rep...@li...
> https://lists.sourceforge.net/lists/listinfo/repast-developer
>
|