/**
  * {@inheritDoc}
  *
  * @see Object#hashCode()
  */
 @Override
 public int hashCode() {
   return expandedListener.hashCode();
 }