com.buddy.sdk
Class UserAuthenticationRequiredCallback

java.lang.Object
  extended by com.buddy.sdk.UserAuthenticationRequiredCallback

public abstract class UserAuthenticationRequiredCallback
extends java.lang.Object

Created by shawn on 7/8/14.


Constructor Summary
UserAuthenticationRequiredCallback()
           
 
Method Summary
abstract  void authenticate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserAuthenticationRequiredCallback

public UserAuthenticationRequiredCallback()
Method Detail

authenticate

public abstract void authenticate()