Thread
:
Custom Event with multiple EventTypes and data
View Single Post
sentinels
2007-10-31 #
8
not really an unwritten rule of OOP that says to use 'getInstance'... it's more because not all languages support implicit getter/setter methods, therefore the 'standard' way for singletons is via getInstance() but you can call it kickMe() if you wanted to, it wouldn't really matter.
sentinels
View Public Profile
Find all posts by sentinels