/**
  * Returns the current OnErrorListener for this instance of LoginButton.
  *
  * @return The OnErrorListener
  */
 public OnErrorListener getOnErrorListener() {
   return properties.getOnErrorListener();
 }