24.01.2008
Lotusphere 2008 - AD311 - Object Oriented Programming with Lotusscript – Take It To the Next Level
>>Author: Bernd Hort
>>Ort: Orlando
URL: http://www.assono.de/blog/d6plinks/Lotusphere2008-OOP-in-LotusScriptCategory: Lotusphere, OOP
It is done. Our first Lotusphere breakout session is over. As promissed here are the updated presentation and the sample database.
Lotusphere
2008 - AD311 - OOP in LotusScript - Presentation
Lotusphere
2008 - AD311 - OOP in LotusScript - Sample

Comments
I'm new to OO and I have question. I understand how one ChangeListener is registered in PersonModel by passing it with the Constructor. How do I add an additional ChangeListener to the model? I want to create a listener for a specific field which is separate to the ItemLevelHistoryChangeListener. I have been trying to work it out but am having difficulty.