public static interface Webswing.InputEventMsgInProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Webswing.SimpleEventMsgInProto |
getEvent()
optional .org.webswing.server.model.proto.SimpleEventMsgInProto event = 4; |
Webswing.SimpleEventMsgInProtoOrBuilder |
getEventOrBuilder()
optional .org.webswing.server.model.proto.SimpleEventMsgInProto event = 4; |
Webswing.ConnectionHandshakeMsgInProto |
getHandshake()
optional .org.webswing.server.model.proto.ConnectionHandshakeMsgInProto handshake = 1; |
Webswing.ConnectionHandshakeMsgInProtoOrBuilder |
getHandshakeOrBuilder()
optional .org.webswing.server.model.proto.ConnectionHandshakeMsgInProto handshake = 1; |
Webswing.KeyboardEventMsgInProto |
getKey()
optional .org.webswing.server.model.proto.KeyboardEventMsgInProto key = 2; |
Webswing.KeyboardEventMsgInProtoOrBuilder |
getKeyOrBuilder()
optional .org.webswing.server.model.proto.KeyboardEventMsgInProto key = 2; |
Webswing.MouseEventMsgInProto |
getMouse()
optional .org.webswing.server.model.proto.MouseEventMsgInProto mouse = 3; |
Webswing.MouseEventMsgInProtoOrBuilder |
getMouseOrBuilder()
optional .org.webswing.server.model.proto.MouseEventMsgInProto mouse = 3; |
Webswing.TimestampsMsgInProto |
getTimestamps()
optional .org.webswing.server.model.proto.TimestampsMsgInProto timestamps = 5; |
Webswing.TimestampsMsgInProtoOrBuilder |
getTimestampsOrBuilder()
optional .org.webswing.server.model.proto.TimestampsMsgInProto timestamps = 5; |
boolean |
hasEvent()
optional .org.webswing.server.model.proto.SimpleEventMsgInProto event = 4; |
boolean |
hasHandshake()
optional .org.webswing.server.model.proto.ConnectionHandshakeMsgInProto handshake = 1; |
boolean |
hasKey()
optional .org.webswing.server.model.proto.KeyboardEventMsgInProto key = 2; |
boolean |
hasMouse()
optional .org.webswing.server.model.proto.MouseEventMsgInProto mouse = 3; |
boolean |
hasTimestamps()
optional .org.webswing.server.model.proto.TimestampsMsgInProto timestamps = 5; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasHandshake()
optional .org.webswing.server.model.proto.ConnectionHandshakeMsgInProto handshake = 1;Webswing.ConnectionHandshakeMsgInProto getHandshake()
optional .org.webswing.server.model.proto.ConnectionHandshakeMsgInProto handshake = 1;Webswing.ConnectionHandshakeMsgInProtoOrBuilder getHandshakeOrBuilder()
optional .org.webswing.server.model.proto.ConnectionHandshakeMsgInProto handshake = 1;boolean hasKey()
optional .org.webswing.server.model.proto.KeyboardEventMsgInProto key = 2;Webswing.KeyboardEventMsgInProto getKey()
optional .org.webswing.server.model.proto.KeyboardEventMsgInProto key = 2;Webswing.KeyboardEventMsgInProtoOrBuilder getKeyOrBuilder()
optional .org.webswing.server.model.proto.KeyboardEventMsgInProto key = 2;boolean hasMouse()
optional .org.webswing.server.model.proto.MouseEventMsgInProto mouse = 3;Webswing.MouseEventMsgInProto getMouse()
optional .org.webswing.server.model.proto.MouseEventMsgInProto mouse = 3;Webswing.MouseEventMsgInProtoOrBuilder getMouseOrBuilder()
optional .org.webswing.server.model.proto.MouseEventMsgInProto mouse = 3;boolean hasEvent()
optional .org.webswing.server.model.proto.SimpleEventMsgInProto event = 4;Webswing.SimpleEventMsgInProto getEvent()
optional .org.webswing.server.model.proto.SimpleEventMsgInProto event = 4;Webswing.SimpleEventMsgInProtoOrBuilder getEventOrBuilder()
optional .org.webswing.server.model.proto.SimpleEventMsgInProto event = 4;boolean hasTimestamps()
optional .org.webswing.server.model.proto.TimestampsMsgInProto timestamps = 5;Webswing.TimestampsMsgInProto getTimestamps()
optional .org.webswing.server.model.proto.TimestampsMsgInProto timestamps = 5;Webswing.TimestampsMsgInProtoOrBuilder getTimestampsOrBuilder()
optional .org.webswing.server.model.proto.TimestampsMsgInProto timestamps = 5;Copyright © 2018. All rights reserved.