Class ApplicationCacheStatusUpdated


  • public class ApplicationCacheStatusUpdated
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      FrameId getFrameId()
      Identifier of the frame containing document whose application cache updated status.
      java.lang.String getManifestURL()
      Manifest URL.
      java.lang.Integer getStatus()
      Updated application cache status.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ApplicationCacheStatusUpdated

        public ApplicationCacheStatusUpdated​(FrameId frameId,
                                             java.lang.String manifestURL,
                                             java.lang.Integer status)
    • Method Detail

      • getFrameId

        public FrameId getFrameId()
        Identifier of the frame containing document whose application cache updated status.
      • getManifestURL

        public java.lang.String getManifestURL()
        Manifest URL.
      • getStatus

        public java.lang.Integer getStatus()
        Updated application cache status.