All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hubspot.chrome.devtools.client.core.css.FontsUpdatedEvent Maven / Gradle / Ivy

package com.hubspot.chrome.devtools.client.core.css;

import com.fasterxml.jackson.annotation.JsonCreator;
import com.hubspot.chrome.devtools.client.core.Event;

/**
 * Fires whenever a web font gets loaded.
 */
public final class FontsUpdatedEvent extends Event {
  @JsonCreator
  public FontsUpdatedEvent() {
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy