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

com.hubspot.chrome.devtools.client.core.dom.DocumentUpdatedEvent Maven / Gradle / Ivy

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

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

/**
 * Fired when `Document` has been totally updated. Node ids are no longer valid.
 */
public final class DocumentUpdatedEvent extends Event {
  @JsonCreator
  public DocumentUpdatedEvent() {
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy