On Wed, Jul 12, 2000 at 05:38:14PM +0200, [EMAIL PROTECTED] wrote:
> I use, let's say MyService class that is initialised with init(int x) 
> method. I use it in my classes to implement some logic. These 
> classes are ment to be used in turbine (in Screens and Actions) 
> and in other application as well so I can't (I don't want other 
> application to depend on Turbine classes) subclass MyService as 
> TurbineService and init it via TurbineServices. 

Write a subclass of TurbineBaseService that wraps an instance of
MyService. Call it TurbineMyServiceService :-)

-- 
Sean Legassick
[EMAIL PROTECTED]
                                  homo sum: humani nihil a me alienum puto



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to