Re: [flexcoders] Re: private constructors in flex

2006-09-22 Thread John Kirby
ED]ups.com] On Behalf Of pauland2513 Sent: Friday, September 22, 2006 4:29 PM To: [EMAIL PROTECTED]ups.com Subject: [flexcoders] Re: private constructors in flex   --- In [EMAIL PROTECTED]ups.com, "zenwarden" <[EMAIL PROTECTED]> wrote: > > Sometimes in Java

[flexcoders] Re: private constructors in flex

2006-09-22 Thread davidtdinh
Since everything in Flex gets generated into AS3 when you compile, I dont believe so. I dont think AS3 allows for private or protected constructors. --- In flexcoders@yahoogroups.com, "zenwarden" <[EMAIL PROTECTED]> wrote: > > Sometimes in Java I declare a constructor private ( I think this is

[flexcoders] Re: private constructors in flex

2006-09-22 Thread pauland2513
eems bizarre. Paul > > > > - Gordon > > > > > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of pauland2513 > Sent: Friday, September 22, 2006 4:29 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: private c

RE: [flexcoders] Re: private constructors in flex

2006-09-22 Thread Gordon Smith
coders] Re: private constructors in flex   --- In [EMAIL PROTECTED]ups.com, "zenwarden" <[EMAIL PROTECTED]> wrote: > > Sometimes in Java I declare a constructor private ( I think this is > called the nullington pattern). Ex: utility classes that have all > static me

[flexcoders] Re: private constructors in flex

2006-09-22 Thread pauland2513
--- In flexcoders@yahoogroups.com, "zenwarden" <[EMAIL PROTECTED]> wrote: > > Sometimes in Java I declare a constructor private ( I think this is > called the nullington pattern). Ex: utility classes that have all > static methods or constants. > > > > Can and should the same thing be done in fl