thiagolocatelli / parse4j

Java Library to deal with Parse (parse.com) REST API
http://thiagolocatelli.github.io/parse4j
143 stars 117 forks source link

Method 'done' in LoginCallback is not public #15

Open Syhids opened 10 years ago

Syhids commented 10 years ago

I can't create an anonymous class of LoginCallback because I can't implement the method 'done'. Is this intended?

Edit: Nevermind, loginInBackground is not implemented yet :)

TylerHa85 commented 8 years ago

@Syhids Did you find a workaround for this? I'm kind of new and had no luck.

Syhids commented 8 years ago

Sorry, I haven't touched this in a long time

TylerHa85 commented 8 years ago

Thanks Syhids. @thiagolocatelli Sorry to bug, but can I overwrite this some how? I'm not having any luck overwriting the done method.