-
public final class CSSEvent.StyleSheetRemovedEvent extends CSSEvent
Fired whenever an active document stylesheet is removed.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringstyleSheetId
-
Constructor Summary
Constructors Constructor Description StyleSheetRemovedEvent(String styleSheetId)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final CSSEvent.StyleSheetRemovedEventcopy(String styleSheetId)final StringgetStyleSheetId()Identifier of the removed stylesheet. -
-
Constructor Detail
-
StyleSheetRemovedEvent
StyleSheetRemovedEvent(String styleSheetId)
-
-
Method Detail
-
component1
final String component1()
-
copy
final CSSEvent.StyleSheetRemovedEvent copy(String styleSheetId)
-
getStyleSheetId
final String getStyleSheetId()
Identifier of the removed stylesheet.
-
-
-
-