Package im.getsocial.sdk.communities
Interface OnCurrentUserChangedListener
-
public interface OnCurrentUserChangedListener
Use this interface to be notified about user change events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onUserChanged(CurrentUser newUser)
-
-
-
Method Detail
-
onUserChanged
void onUserChanged(CurrentUser newUser)
-
-