mrozmanith / flexcairngorm

Automatically exported from code.google.com/p/flexcairngorm
0 stars 0 forks source link

Delegate example calls notifyCallers() instead of notifyCaller() #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open the Delegates class in com.universalmind.cairngorm.business and/or
the asdocs for the class
2. look at the last line of the onResults_doLogin function
3. notifyCallers(new ResultEvent(response)) 

What is the expected output? What do you see instead?
there is no method called notifyCallers() (plural) use notifyCaller() instead

What version of the product are you using? On what operating system?
UM_Cairngorm 2.2.1

Please provide any additional information below.
the example call to notifyCallers() made me think I was not working with
the current version, but now I think this is just a typo.

Original issue reported on code.google.com by jonnym...@gmail.com on 14 May 2009 at 3:23