com.supermap.realspace
Interface LoginCallBackListenner
-
public interface LoginCallBackListennerSuperMap Online login listener.SuperMap Online login listener.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidonFailure(java.lang.String error)Login failed callback, telling the user to log in failed.voidonSuccess(java.lang.String success)Login successful callback.
-
-
-
Method Detail
-
onFailure
void onFailure(java.lang.String error)
Login failed callback, telling the user to log in failed.- Parameters:
error- Specifies the failed error message.
-
onSuccess
void onSuccess(java.lang.String success)
Login successful callback.- Parameters:
success- Specifies the success message.
-
-