Interface AppFrameProtoOut.AppFrameMsgOutProtoOrBuilder

    • Method Detail

      • hasStartApplication

        boolean hasStartApplication()
        optional .appFrameProtoOut.StartApplicationMsgOutProto startApplication = 1;
      • hasLinkAction

        boolean hasLinkAction()
        optional .appFrameProtoOut.LinkActionMsgOutProto linkAction = 2;
      • hasMoveAction

        boolean hasMoveAction()
        optional .appFrameProtoOut.WindowMoveActionMsgOutProto moveAction = 3;
      • hasCopyEvent

        boolean hasCopyEvent()
        optional .appFrameProtoOut.CopyEventMsgOutProto copyEvent = 4;
      • hasPasteRequest

        boolean hasPasteRequest()
        optional .appFrameProtoOut.PasteRequestMsgOutProto pasteRequest = 5;
      • hasFileDialogEvent

        boolean hasFileDialogEvent()
        optional .appFrameProtoOut.FileDialogEventMsgOutProto fileDialogEvent = 6;
      • getWindowsCount

        int getWindowsCount()
        repeated .appFrameProtoOut.WindowMsgOutProto windows = 7;
      • hasClosedWindow

        boolean hasClosedWindow()
        optional .appFrameProtoOut.WindowMsgOutProto closedWindow = 8;
      • hasEvent

        boolean hasEvent()
        optional .appFrameProtoOut.SimpleEventMsgOutProto event = 9;
      • hasJsRequest

        boolean hasJsRequest()
        optional .appFrameProtoOut.JsEvalRequestMsgOutProto jsRequest = 10;
      • hasJavaResponse

        boolean hasJavaResponse()
        optional .appFrameProtoOut.JsResultMsgOutProto javaResponse = 11;
      • hasPixelsRequest

        boolean hasPixelsRequest()
        optional .appFrameProtoOut.PixelsAreaRequestMsgOutProto pixelsRequest = 12;
      • hasPlayback

        boolean hasPlayback()
        optional .appFrameProtoOut.PlaybackInfoMsgOutProto playback = 13;
      • hasInstanceId

        boolean hasInstanceId()
        optional string instanceId = 14;
      • getInstanceId

        java.lang.String getInstanceId()
        optional string instanceId = 14;
      • getInstanceIdBytes

        com.google.protobuf.ByteString getInstanceIdBytes()
        optional string instanceId = 14;
      • hasStartTimestamp

        boolean hasStartTimestamp()
        optional string startTimestamp = 15;
      • getStartTimestamp

        java.lang.String getStartTimestamp()
        optional string startTimestamp = 15;
      • getStartTimestampBytes

        com.google.protobuf.ByteString getStartTimestampBytes()
        optional string startTimestamp = 15;
      • hasSendTimestamp

        boolean hasSendTimestamp()
        optional string sendTimestamp = 16;
      • getSendTimestamp

        java.lang.String getSendTimestamp()
        optional string sendTimestamp = 16;
      • getSendTimestampBytes

        com.google.protobuf.ByteString getSendTimestampBytes()
        optional string sendTimestamp = 16;
      • hasFocusEvent

        boolean hasFocusEvent()
        optional .appFrameProtoOut.FocusEventMsgOutProto focusEvent = 17;
      • getComponentTreeCount

        int getComponentTreeCount()
        repeated .appFrameProtoOut.ComponentTreeMsgOutProto componentTree = 18;
      • hasDirectDraw

        boolean hasDirectDraw()
        optional bool directDraw = 19;
      • getDirectDraw

        boolean getDirectDraw()
        optional bool directDraw = 19;
      • hasActionEvent

        boolean hasActionEvent()
        optional .appFrameProtoOut.ActionEventMsgOutProto actionEvent = 20;
      • hasCompositingWM

        boolean hasCompositingWM()
        optional bool compositingWM = 21;
      • getCompositingWM

        boolean getCompositingWM()
        optional bool compositingWM = 21;
      • hasAudioEvent

        boolean hasAudioEvent()
        optional .appFrameProtoOut.AudioEventMsgOutProto audioEvent = 22;
      • hasAccessible

        boolean hasAccessible()
        optional .appFrameProtoOut.AccessibilityMsgOutProto accessible = 23;
      • getWindowSwitchListCount

        int getWindowSwitchListCount()
        repeated .appFrameProtoOut.WindowSwitchMsgOutProto windowSwitchList = 24;
      • hasCursorChangeEvent

        boolean hasCursorChangeEvent()
        optional .appFrameProtoOut.CursorChangeEventMsgOutProto cursorChangeEvent = 25;