/**
  * Sets the callback interface that will be called whenever the status of the Session associated
  * with this LoginButton changes.
  *
  * @return the callback interface
  */
 public Session.StatusCallback getSessionStatusCallback() {
   return properties.getSessionStatusCallback();
 }