Open codeguru42 opened 10 years ago
Do you intend users to extend OnCompleteHandler? If so, it is safer to mark onComplete() and the class itself as abstract.
OnCompleteHandler
onComplete()
I may say that this repo hasn't been updated for a long time.
Do you intend users to extend
OnCompleteHandler
? If so, it is safer to markonComplete()
and the class itself as abstract.