by Simon Ward >> Tue, 6 Dec 2005 3:28:35 GMT
I have been looking at using Jade Interfaces (a feature released in 16.1) for various types of lists. The lists have common call back requirements, so for consistency I decided to define an Interface which declared common call back methods and then used the Extends option to include them in the specific Interface for each list type.
It appears to me that I will need to invoke the methods individually for each of the specific Interfaces as I haven't found a way to generically refer to them. That's OK. I just want to check that I have used Extends appropriately and that my observation is correct.
Thanks,
Simon Ward