Package io.webfolder.cdp.event.css
Class StyleSheetRemoved
- java.lang.Object
-
- io.webfolder.cdp.event.css.StyleSheetRemoved
-
public class StyleSheetRemoved extends Object
Fired whenever an active document stylesheet is removed
-
-
Constructor Summary
Constructors Constructor Description StyleSheetRemoved()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getStyleSheetId()
Identifier of the removed stylesheet.void
setStyleSheetId(String styleSheetId)
Identifier of the removed stylesheet.
-