/**
  * Sets the callback interface that will be called whenever the status of the Session associated
  * with this LoginButton changes. Note that updates will only be sent to the callback while the
  * LoginButton is actually attached to a window.
  *
  * @param callback the callback interface
  */
 public void setSessionStatusCallback(Session.StatusCallback callback) {
   properties.setSessionStatusCallback(callback);
 }