-
public final class ApplicationCacheEvent.ApplicationCacheStatusUpdatedEvent extends ApplicationCacheEvent
-
-
Constructor Summary
Constructors Constructor Description ApplicationCacheStatusUpdatedEvent(String frameId, String manifestURL, Integer status)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final Integercomponent3()final ApplicationCacheEvent.ApplicationCacheStatusUpdatedEventcopy(String frameId, String manifestURL, Integer status)final StringgetFrameId()Identifier of the frame containing document whose application cache updated status. final StringgetManifestURL()Manifest URL. final IntegergetStatus()Updated application cache status. -
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
component3
final Integer component3()
-
copy
final ApplicationCacheEvent.ApplicationCacheStatusUpdatedEvent copy(String frameId, String manifestURL, Integer status)
-
getFrameId
final String getFrameId()
Identifier of the frame containing document whose application cache updated status.
-
getManifestURL
final String getManifestURL()
Manifest URL.
-
-
-
-