Class FrameClearedScheduledNavigation


  • public class FrameClearedScheduledNavigation
    extends java.lang.Object
    Fired when frame no longer has a scheduled navigation
    • Method Summary

      Modifier and Type Method Description
      java.lang.String getFrameId()
      Id of the frame that has cleared its scheduled navigation.
      void setFrameId​(java.lang.String frameId)
      Id of the frame that has cleared its scheduled navigation.
      • Methods inherited from class java.lang.Object

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

      • FrameClearedScheduledNavigation

        public FrameClearedScheduledNavigation()
    • Method Detail

      • getFrameId

        public java.lang.String getFrameId()
        Id of the frame that has cleared its scheduled navigation.
      • setFrameId

        public void setFrameId​(java.lang.String frameId)
        Id of the frame that has cleared its scheduled navigation.