Package org.webswing.server.model.proto
Interface Webswing.KeyboardEventMsgInProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Webswing.KeyboardEventMsgInProto,Webswing.KeyboardEventMsgInProto.Builder
- Enclosing class:
- Webswing
public static interface Webswing.KeyboardEventMsgInProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetAlt()optional bool alt = 4;intgetCharacter()optional sint32 character = 2;booleangetCtrl()optional bool ctrl = 5;intgetKeycode()optional sint32 keycode = 3;booleangetMeta()optional bool meta = 7;booleangetShift()optional bool shift = 6;Webswing.KeyboardEventMsgInProto.KeyEventTypeProtogetType()optional .org.webswing.server.model.proto.KeyboardEventMsgInProto.KeyEventTypeProto type = 1;booleanhasAlt()optional bool alt = 4;booleanhasCharacter()optional sint32 character = 2;booleanhasCtrl()optional bool ctrl = 5;booleanhasKeycode()optional sint32 keycode = 3;booleanhasMeta()optional bool meta = 7;booleanhasShift()optional bool shift = 6;booleanhasType()optional .org.webswing.server.model.proto.KeyboardEventMsgInProto.KeyEventTypeProto type = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasType
boolean hasType()
optional .org.webswing.server.model.proto.KeyboardEventMsgInProto.KeyEventTypeProto type = 1;
-
getType
Webswing.KeyboardEventMsgInProto.KeyEventTypeProto getType()
optional .org.webswing.server.model.proto.KeyboardEventMsgInProto.KeyEventTypeProto type = 1;
-
hasCharacter
boolean hasCharacter()
optional sint32 character = 2;
-
getCharacter
int getCharacter()
optional sint32 character = 2;
-
hasKeycode
boolean hasKeycode()
optional sint32 keycode = 3;
-
getKeycode
int getKeycode()
optional sint32 keycode = 3;
-
hasAlt
boolean hasAlt()
optional bool alt = 4;
-
getAlt
boolean getAlt()
optional bool alt = 4;
-
hasCtrl
boolean hasCtrl()
optional bool ctrl = 5;
-
getCtrl
boolean getCtrl()
optional bool ctrl = 5;
-
hasShift
boolean hasShift()
optional bool shift = 6;
-
getShift
boolean getShift()
optional bool shift = 6;
-
hasMeta
boolean hasMeta()
optional bool meta = 7;
-
getMeta
boolean getMeta()
optional bool meta = 7;
-
-