com.supermap.realspace
Interface LoginCallBackListenner
-
public interface LoginCallBackListenner
SuperMap Online login listener.SuperMap Online login listener.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
onFailure(java.lang.String error)
Login failed callback, telling the user to log in failed.void
onSuccess(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.
-
-