Interface Webswing.WindowEventMsgInProtoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Webswing.WindowEventMsgInProto.WindowEventTypeProto getEventType()
      optional .org.webswing.server.model.proto.WindowEventMsgInProto.WindowEventTypeProto eventType = 6;
      int getHeight()
      optional sint32 height = 5;
      String getId()
      optional string id = 1;
      com.google.protobuf.ByteString getIdBytes()
      optional string id = 1;
      int getWidth()
      optional sint32 width = 4;
      int getX()
      optional sint32 x = 2;
      int getY()
      optional sint32 y = 3;
      boolean hasEventType()
      optional .org.webswing.server.model.proto.WindowEventMsgInProto.WindowEventTypeProto eventType = 6;
      boolean hasHeight()
      optional sint32 height = 5;
      boolean hasId()
      optional string id = 1;
      boolean hasWidth()
      optional sint32 width = 4;
      boolean hasX()
      optional sint32 x = 2;
      boolean hasY()
      optional sint32 y = 3;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasId

        boolean hasId()
        optional string id = 1;
      • getId

        String getId()
        optional string id = 1;
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
        optional string id = 1;
      • hasX

        boolean hasX()
        optional sint32 x = 2;
      • getX

        int getX()
        optional sint32 x = 2;
      • hasY

        boolean hasY()
        optional sint32 y = 3;
      • getY

        int getY()
        optional sint32 y = 3;
      • hasWidth

        boolean hasWidth()
        optional sint32 width = 4;
      • getWidth

        int getWidth()
        optional sint32 width = 4;
      • hasHeight

        boolean hasHeight()
        optional sint32 height = 5;
      • getHeight

        int getHeight()
        optional sint32 height = 5;
      • hasEventType

        boolean hasEventType()
        optional .org.webswing.server.model.proto.WindowEventMsgInProto.WindowEventTypeProto eventType = 6;