CN109542594B - Event response method and device, mobile terminal and computer readable storage medium - Google Patents

Event response method and device, mobile terminal and computer readable storage medium Download PDF

Info

Publication number
CN109542594B
CN109542594B CN201811427172.1A CN201811427172A CN109542594B CN 109542594 B CN109542594 B CN 109542594B CN 201811427172 A CN201811427172 A CN 201811427172A CN 109542594 B CN109542594 B CN 109542594B
Authority
CN
China
Prior art keywords
operation event
event
user operation
response
user
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201811427172.1A
Other languages
Chinese (zh)
Other versions
CN109542594A (en
Inventor
王秀琳
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Nubia Technology Co Ltd
Original Assignee
Nubia Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Nubia Technology Co Ltd filed Critical Nubia Technology Co Ltd
Priority to CN201811427172.1A priority Critical patent/CN109542594B/en
Publication of CN109542594A publication Critical patent/CN109542594A/en
Application granted granted Critical
Publication of CN109542594B publication Critical patent/CN109542594B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/466Transaction processing
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/4881Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Telephone Function (AREA)
  • Telephonic Communication Services (AREA)

Abstract

The invention discloses an event response method and device, a mobile terminal and a computer readable storage medium, and belongs to the field of mobile terminals. Comprising the following steps: acquiring and recording a user operation event; updating operation event record information according to the user operation event; and according to the operation event record information, the event distribution service distributes the user operation event repeatedly operated by the user according to a preset distribution strategy. By the embodiment of the invention, the situation that the user repeatedly responds to the operation event when the system responds to the operation can be avoided because the system does not respond to the operation of the user in time, and the user experience is improved.

Description

Event response method and device, mobile terminal and computer readable storage medium
Technical Field
The present invention relates to the field of mobile terminals, and in particular, to an event response method and apparatus, a mobile terminal, and a computer readable storage medium.
Background
Currently, mobile terminals are increasingly popular, and users using the mobile terminals are more and more frequent, so that the mobile terminals are one of the indispensable mobile devices for the users.
In the process of using the mobile terminal, as the user uses too long to cause system blocking, or opens too many applications to occupy too many system resources of the system to cause system blocking, or network delay, the user operation can not obtain the timely response of the system, so that the user operation is in a waiting response state, and in the waiting response process, the user can possibly perform repeated operation. For example, when the user clicks a certain key, the system fails to execute the key operation in time, so that the operation is in a waiting response state; in the process of waiting for response, the user may repeatedly operate, and the repeated operation may be allocated to the key, at this time, the system responds to the key operation, and the repeated response of the key event may be caused when the system responds to the operation due to the repeated operation performed by the user.
Such repeated response of the operational event may increase user inconvenience and annoyance, giving the user a very bad user experience.
Disclosure of Invention
In view of this, the event response method and apparatus, the mobile terminal, and the computer readable storage medium provided in the embodiments of the present invention can avoid the situation that the system does not respond to the user operation in time and causes repeated response to the operation event, thereby improving user experience.
The technical scheme adopted by the invention for solving the technical problems is as follows:
According to one aspect of the present invention, there is provided an event response method including:
Acquiring and recording a user operation event;
updating operation event record information according to the user operation event;
and the event distribution service distributes the user operation event according to the operation event record information and a preset distribution strategy.
In one possible design, the step of obtaining a record of the user operation event includes: the event distribution service acquires a user operation event and records the operation type of the operation event.
In one possible design, the step of updating the operation event record information according to the user operation event includes:
Acquiring a control ID responding to the user operation event through an event distribution service;
acquiring the current response state of the user operation event;
and updating the operation event record information according to the response state.
In one possible design, the step of updating the operation event record information according to the response state includes:
The event distribution service acquires the user operation event, but records that the response state is 'unresponsive' when the user operation event is not distributed to a control for designating response;
the event distribution service acquires the user operation event and records the response state as 'in response' when the user operation event is distributed to a control for designating response;
the event distribution service acquires the user operation event and distributes the user operation event to a control for appointed response, and when the control has completed responding to the user operation event, the response state is recorded as response completion.
In one possible design, the step of the event distribution service distributing the user operation event according to a predetermined distribution policy according to the operation event record information includes:
The event distribution service obtains a control ID responding to the user operation event;
The event distribution service queries the record of the control ID in the operation event record information;
if the record of the control ID exists, further inquiring the response state in the operation event record information, and distributing the user operation event according to a preset distribution strategy according to the inquired response state.
In one possible design, if the record of the control ID does not exist, new operation event record information is generated according to the current user operation event and response state, and the user operation event distribution and response operation is performed.
In one possible design, the predetermined distribution strategy includes:
If the response state is "unresponsive" or "responding", discarding the user operation event;
And if the response state is response completion, deleting a record corresponding to the user operation event in the operation event record information.
According to another aspect of the present invention, there is provided an event response apparatus comprising: the system comprises an acquisition module, a recording module and a distribution module; wherein:
the acquisition module is used for acquiring and recording user operation events;
the updating module is used for updating the operation event record information according to the user operation event;
and the distribution module is used for distributing the user operation event according to the operation event record information and a preset distribution strategy.
According to another aspect of the present invention, there is provided a mobile terminal including: the system comprises a memory, a processor and a computer program stored in the memory and capable of running on the processor, wherein the computer program is executed by the processor to realize the steps of the event response method provided by the embodiment of the invention.
According to another aspect of the present invention, there is provided a computer-readable storage medium having stored thereon a program of an event response method, which when executed by a processor, implements the steps of the event response method provided by the embodiment of the present invention.
Compared with the related art, the event response method and device, the mobile terminal and the computer readable storage medium provided by the embodiment of the invention are used for acquiring and recording the user operation event, updating the operation event record information according to the user operation event, and distributing the user operation event repeatedly operated by the user according to a preset distribution strategy by the event distribution service according to the response state in the operation event record information. Therefore, for the repeated operation of the user on the same operation event, the event distribution server only responds to the operation once, so that the situation that the repeated operation event is caused when the system responds to the operation because the system does not respond to the operation of the user in time can be avoided, the user is facilitated, and the user experience is improved.
Drawings
Fig. 1 is a schematic diagram of a hardware structure of a mobile terminal implementing various embodiments of the present invention;
fig. 2 is a schematic diagram of a communication network system according to an embodiment of the present invention;
FIG. 3 is a flow chart of an event response method according to an embodiment of the present invention;
Fig. 4 is a schematic structural diagram of an event response device according to an embodiment of the present invention;
FIG. 5 is a flow chart of an event response method according to an embodiment of the present invention;
fig. 6 is a schematic structural diagram of a mobile terminal according to an embodiment of the present invention.
The achievement of the objects, functional features and advantages of the present invention will be further described with reference to the accompanying drawings, in conjunction with the embodiments.
Detailed Description
In order to make the technical problems, technical schemes and beneficial effects to be solved more clear and obvious, the invention is further described in detail below with reference to the accompanying drawings and embodiments. It should be understood that the particular embodiments described herein are illustrative only and are not limiting upon the invention.
In the following description, suffixes such as "module", "component", or "unit" for representing elements are used only for facilitating the description of the present invention, and have no specific meaning per se. Thus, "module," "component," or "unit" may be used in combination.
It should be noted that the terms "first," "second," and the like in the description and claims of the present invention and in the foregoing drawings are used for distinguishing between similar objects and not necessarily for describing a particular sequential or chronological order.
The terminal may be implemented in various forms. For example, the terminals described in the present invention may include mobile terminals such as a mobile phone, a tablet computer, a notebook computer, a palm computer, a Personal digital assistant (Personal DIGITAL ASSISTANT, PDA), a Portable media player (Portable MEDIA PLAYER, PMP), a navigation device, a wearable device, a smart bracelet, a pedometer, and the like, as well as fixed terminals such as a digital TV, a desktop computer, and the like.
The following description will be given taking a mobile terminal as an example, and those skilled in the art will understand that the configuration according to the embodiment of the present invention can be applied to a fixed type terminal in addition to elements particularly used for a moving purpose.
Referring to fig. 1, which is a schematic diagram of a hardware structure of a mobile terminal implementing various embodiments of the present invention, the mobile terminal 100 may include: an RF (Radio Frequency) unit 101, a WiFi module 102, an audio output unit 103, an a/V (audio/video) input unit 104, a sensor 105, a display unit 106, a user input unit 107, an interface unit 108, a memory 109, a processor 110, and a power supply 111. Those skilled in the art will appreciate that the mobile terminal structure shown in fig. 1 is not limiting of the mobile terminal and that the mobile terminal may include more or fewer components than shown, or may combine certain components, or a different arrangement of components.
The following describes the components of the mobile terminal in detail with reference to fig. 1:
The radio frequency unit 101 may be used for receiving and transmitting signals during the information receiving or communication process, specifically, after receiving downlink information of the base station, processing the downlink information by the processor 110; and, the uplink data is transmitted to the base station. Typically, the radio frequency unit 101 includes, but is not limited to, an antenna, at least one amplifier, a transceiver, a coupler, a low noise amplifier, a duplexer, and the like. In addition, the radio frequency unit 101 may also communicate with networks and other devices via wireless communications. The wireless communication may use any communication standard or protocol, including but not limited to GSM (Global System of Mobile communication, global System for Mobile communications), GPRS (GENERAL PACKET Radio Service), CDMA2000 (Code Division Multiple Access, code Division multiple Access 2000), WCDMA (Wideband Code Division Multiple Access ), TD-SCDMA (Time Division-Synchronous Code Division Multiple Access, time Division synchronous code Division multiple Access), FDD-LTE (Frequency Division Duplexing-Long Term Evolution, frequency Division Duplex Long term evolution) and TDD-LTE (Time Division Duplexing-Long Term Evolution, time Division Duplex Long term evolution), etc.
WiFi belongs to a short-distance wireless transmission technology, and a mobile terminal can help a user to send and receive e-mails, browse web pages, access streaming media and the like through the WiFi module 102, so that wireless broadband Internet access is provided for the user. Although fig. 1 shows a WiFi module 102, it is understood that it does not belong to the necessary constitution of a mobile terminal, and can be omitted entirely as required within a range that does not change the essence of the invention.
The audio output unit 103 may convert audio data received by the radio frequency unit 101 or the WiFi module 102 or stored in the memory 109 into an audio signal and output as sound when the mobile terminal 100 is in a call signal reception mode, a talk mode, a recording mode, a voice recognition mode, a broadcast reception mode, or the like. Also, the audio output unit 103 may also provide audio output (e.g., a call signal reception sound, a message reception sound, etc.) related to a specific function performed by the mobile terminal 100. The audio output unit 103 may include a speaker, a buzzer, and the like.
The a/V input unit 104 is used to receive an audio or video signal. The a/V input unit 104 may include a graphics processor (Graphics Processing Unit, GPU) 1041 and a microphone 1042, the graphics processor 1041 processing image data of still pictures or video obtained by an image capturing device (e.g. a camera) in a video capturing mode or an image capturing mode. The processed image frames may be displayed on the display unit 106. The image frames processed by the graphics processor 1041 may be stored in the memory 109 (or other storage medium) or transmitted via the radio frequency unit 101 or the WiFi module 102. The microphone 1042 can receive sound (audio data) via the microphone 1042 in a phone call mode, a recording mode, a voice recognition mode, and the like, and can process such sound into audio data. The processed audio (voice) data may be converted into a format output that can be transmitted to the mobile communication base station via the radio frequency unit 101 in the case of a telephone call mode. The microphone 1042 may implement various types of noise cancellation (or suppression) algorithms to cancel (or suppress) noise or interference generated in the course of receiving and transmitting the audio signal.
The mobile terminal 100 also includes at least one sensor 105, such as a light sensor, a motion sensor, and other sensors. Specifically, the light sensor includes an ambient light sensor and a proximity sensor, wherein the ambient light sensor can adjust the brightness of the display panel 1061 according to the brightness of ambient light, and the proximity sensor can turn off the display panel 1061 and/or the backlight when the mobile terminal 100 moves to the ear. As one of the motion sensors, the accelerometer sensor can detect the acceleration in all directions (generally three axes), and can detect the gravity and direction when stationary, and can be used for applications of recognizing the gesture of a mobile phone (such as horizontal and vertical screen switching, related games, magnetometer gesture calibration), vibration recognition related functions (such as pedometer and knocking), and the like; as for other sensors such as fingerprint sensors, pressure sensors, iris sensors, molecular sensors, gyroscopes, barometers, hygrometers, thermometers, infrared sensors, etc. that may also be configured in the mobile phone, the detailed description thereof will be omitted.
The display unit 106 is used to display information input by a user or information provided to the user. The display unit 106 may include a display panel 1061, and the display panel 1061 may be configured in the form of a Liquid crystal display (Liquid CRYSTAL DISPLAY, LCD), an Organic Light-Emitting Diode (OLED), or the like.
The user input unit 107 may be used to receive input numeric or character information and to generate key signal inputs related to user settings and function control of the mobile terminal. In particular, the user input unit 107 may include a touch panel 1071 and other input devices 1072. The touch panel 1071, also referred to as a touch screen, may collect touch operations thereon or thereabout by a user (e.g., operations of the user on the touch panel 1071 or thereabout by using any suitable object or accessory such as a finger, a stylus, etc.) and drive the corresponding connection device according to a predetermined program. The touch panel 1071 may include two parts of a touch detection device and a touch controller. The touch detection device detects the touch azimuth of a user, detects a signal brought by touch operation and transmits the signal to the touch controller; the touch controller receives touch information from the touch detection device, converts it into touch point coordinates, and sends the touch point coordinates to the processor 110, and can receive and execute commands sent from the processor 110. Further, the touch panel 1071 may be implemented in various types such as resistive, capacitive, infrared, and surface acoustic wave. The user input unit 107 may include other input devices 1072 in addition to the touch panel 1071. In particular, other input devices 1072 may include, but are not limited to, one or more of a physical keyboard, function keys (e.g., volume control keys, switch keys, etc.), a trackball, mouse, joystick, etc., as specifically not limited herein.
Further, the touch panel 1071 may overlay the display panel 1061, and when the touch panel 1071 detects a touch operation thereon or thereabout, the touch panel 1071 is transferred to the processor 110 to determine the type of touch event, and then the processor 110 provides a corresponding visual output on the display panel 1061 according to the type of touch event. Although in fig. 1, the touch panel 1071 and the display panel 1061 are two independent components for implementing the input and output functions of the mobile terminal, in some embodiments, the touch panel 1071 may be integrated with the display panel 1061 to implement the input and output functions of the mobile terminal, which is not limited herein.
The interface unit 108 serves as an interface through which at least one external device can be connected with the mobile terminal 100. For example, the external devices may include a wired or wireless headset port, an external power (or battery charger) port, a wired or wireless data port, a memory card port, a port for connecting a device having an identification module, an audio input/output (I/O) port, a video I/O port, an earphone port, and the like. The interface unit 108 may be used to receive input (e.g., data information, power, etc.) from an external device and transmit the received input to one or more elements within the mobile terminal 100 or may be used to transmit data between the mobile terminal 100 and an external device.
Memory 109 may be used to store software programs as well as various data. The memory 109 may mainly include a storage program area that may store an operating system, application programs required for at least one function (such as a sound playing function, an image playing function, etc.), and a storage data area; the storage data area may store data (such as audio data, phonebook, etc.) created according to the use of the handset, etc. In addition, memory 109 may include high-speed random access memory, and may also include non-volatile memory, such as at least one magnetic disk storage device, flash memory device, or other volatile solid-state storage device.
The processor 110 is a control center of the mobile terminal, connects various parts of the entire mobile terminal using various interfaces and lines, and performs various functions of the mobile terminal and processes data by running or executing software programs and/or modules stored in the memory 109 and calling data stored in the memory 109, thereby performing overall monitoring of the mobile terminal. Processor 110 may include one or more processing units; preferably, the processor 110 may integrate an application processor that primarily handles operating systems, user interfaces, applications, etc., with a modem processor that primarily handles wireless communications. It will be appreciated that the modem processor described above may not be integrated into the processor 110.
The mobile terminal 100 may further include a power source 111 (e.g., a battery) for supplying power to the respective components, and preferably, the power source 111 may be logically connected to the processor 110 through a power management system, so as to perform functions of managing charging, discharging, and power consumption management through the power management system.
Although not shown in fig. 1, the mobile terminal 100 may further include a bluetooth module or the like, which is not described herein.
In order to facilitate understanding of the embodiments of the present invention, a communication network system on which the mobile terminal of the present invention is based will be described below.
Referring to fig. 2, fig. 2 is a schematic diagram of a communication network system according to an embodiment of the present invention, where the communication network system is an LTE system of a general mobile communication technology, and the LTE system includes a UE (User Equipment) 201, an e-UTRAN (Evolved UMTS Terrestrial Radio Access Network ) 202, an epc (Evolved Packet Core, evolved packet core) 203, and an IP service 204 of an operator that are sequentially connected in communication.
Specifically, the UE201 may be the terminal 100 described above, and will not be described herein.
The E-UTRAN202 includes eNodeB2021 and other eNodeB2022, etc. The eNodeB2021 may be connected with other eNodeB2022 by a backhaul (e.g., an X2 interface), the eNodeB2021 is connected to the EPC203, and the eNodeB2021 may provide access from the UE201 to the EPC 203.
EPC203 may include MME (Mobility MANAGEMENT ENTITY ) 2031, hss (Home Subscriber Server, home subscriber server) 2032, other MMEs 2033, SGW (SERVING GATE WAY ) 2034, pgw (PDN GATE WAY, packet data network gateway) 2035, PCRF (Policy AND CHARGING Rules Function) 2036, and so on. The MME2031 is a control node that handles signaling between the UE201 and EPC203, providing bearer and connection management. HSS2032 is used to provide registers to manage functions such as home location registers (not shown) and to hold user specific information about service characteristics, data rates, etc. All user data may be sent through SGW2034 and PGW2035 may provide IP address allocation and other functions for UE201, PCRF2036 is a policy and charging control policy decision point for traffic data flows and IP bearer resources, which selects and provides available policy and charging control decisions for a policy and charging enforcement function (not shown).
IP services 204 may include the internet, intranets, IMS (IP Multimedia Subsystem ), or other IP services, etc.
Although the LTE system is described above as an example, it should be understood by those skilled in the art that the present invention is not limited to LTE systems, but may be applied to other wireless communication systems, such as GSM, CDMA2000, WCDMA, TD-SCDMA, and future new network systems.
Based on the above mobile terminal hardware structure and the communication network system, various embodiments of the method of the present invention are provided.
Please refer to fig. 3. The embodiment of the invention provides an event response method, which comprises the following steps:
step S1, acquiring and recording a user operation event;
s2, updating operation event record information according to the user operation event;
And step S3, distributing the user operation event repeatedly operated by the user according to a preset distribution strategy by the event distribution service according to the operation event record information.
Further, in step S1, the acquiring and recording the user operation event includes:
When the occurrence of a user operation event is monitored, the event distribution service acquires the user operation event and records the operation type of the operation event, wherein the operation type of the user operation event comprises clicking, long pressing, activity and the like.
Further, in step S2, the updating the operation event record information according to the user operation event includes:
Step S21, obtaining a control ID (such as a button) responding to the user operation event through an event distribution service;
Step S22, acquiring the current response state of the user operation event; wherein the response state includes: unresponsive, in-response, response complete;
Step S23, updating operation event record information according to the response state; wherein the operation event recording information includes: control ID, operation type, response state, record update time; the method specifically comprises the following steps:
when the event distribution service acquires the user operation event but does not distribute the user operation event to a control for designating response, recording the response state as 'unresponsive';
the event distribution service acquires the user operation event and records the response state as 'in response' when the user operation event is distributed to a control for designating response;
The event distribution service acquires the user operation event and distributes the user operation event to a control for appointed response, and when the control has responded and completed the user operation event, the response state is recorded as response completion;
and updating the record updating time after each time of updating the record response state.
Further, in step S3, the event distribution service distributes the user operation event repeatedly operated by the user according to a predetermined distribution policy according to the operation event record information, including:
Step S31, the event distribution service obtains a control ID of the user operation event responding to the repeated operation of the user;
step S32, the event distribution service inquires whether the record of the control ID exists in the operation event record information;
and step S33, if the record of the control ID exists, further inquiring the response state in the operation event record information, and distributing the user operation event according to a preset distribution strategy according to the inquired response state. The predetermined distribution policy is:
if the response state is 'not responding' or 'responding', discarding the user operation event, and avoiding repeated distribution;
And if the response state is response completion, deleting a record corresponding to the user operation event in the operation event record information.
And step S34, if the record of the control ID does not exist, generating new operation event record information according to the current user operation event and response state, and carrying out distribution and response operation of the user operation event.
According to the event response method provided by the embodiment of the invention, the user operation event is obtained and recorded, the operation event record information is updated according to the user operation event, and the event distribution service distributes the user operation event repeatedly operated by the user according to a preset distribution strategy according to the response state in the operation event record information. Therefore, for the repeated operation of the user on the same operation event, the event distribution server only responds to the operation once, so that the situation that the user repeatedly responds to the operation event when the system does not respond to the operation of the user in time and the repeated operation event is caused when the system responds to the operation is avoided, convenience is brought to the user, and user experience is improved.
Please refer to fig. 4. The embodiment of the invention provides an event response device, which comprises: an acquisition module 10, an update module 20 and a distribution module 30; wherein:
The acquiring module 10 is configured to acquire and record a user operation event;
The updating module 20 is configured to update operation event record information according to the user operation event;
The distributing module 30 is configured to distribute, according to the operation event record information, the user operation event repeatedly operated by the user according to a predetermined distribution policy.
Further, the obtaining module 10 is specifically configured to:
When the occurrence of a user operation event is monitored, the event distribution service acquires the user operation event and records the operation type of the operation event, wherein the operation type of the user operation event comprises clicking, long pressing, activity and the like.
Further, the updating module 20 is specifically configured to:
Acquiring a control ID responding to the user operation event through an event distribution service;
Acquiring the current response state of the user operation event; wherein the response state includes: unresponsive, in-response, response complete;
updating operation event record information according to the response state; wherein the operation event recording information includes: control ID, operation type, response state, record update time; the method specifically comprises the following steps:
The event distribution service acquires the user operation event, but records that the response state is 'unresponsive' when the user operation event is not distributed to a control for designating response;
the event distribution service acquires the user operation event and records the response state as 'in response' when the user operation event is distributed to a control for designating response;
the event distribution service acquires the user operation event and distributes the user operation event to a control for appointed response, and when the control has completed responding to the user operation event, the response state is recorded as response completion;
and updating the record updating time after each time of updating the record response state.
Further, the distribution module 30 is specifically configured to:
the event distribution service acquires a control ID of the user operation event in response to repeated operation of the user;
The event distribution service inquires whether the record of the control ID exists in the operation event record information;
If the record of the control ID exists, further inquiring the response state in the operation event record information, and distributing the user operation event according to a preset distribution strategy according to the inquired response state. The predetermined distribution policy is:
if the response state is 'not responding' or 'responding', discarding the user operation event, and avoiding repeated distribution;
And if the response state is response completion, deleting a record corresponding to the user operation event in the operation event record information.
If the record of the control ID does not exist, generating new operation event record information according to the current user operation event and response state, and distributing and responding the user operation event.
According to the event response device provided by the embodiment of the invention, the user operation event is acquired and recorded through the acquisition module, the updating module updates the operation event recording information according to the user operation event, and the distribution module distributes the user operation event repeatedly operated by the user according to a preset distribution strategy according to the response state in the operation event recording information. Therefore, for the repeated operation of the user on the same operation event, the event distribution server only responds to the operation once, so that the situation that the repeated operation event is caused when the system responds to the operation because the system does not respond to the operation of the user in time can be avoided, the user is facilitated, and the user experience is improved.
It should be noted that the above device embodiments and method embodiments belong to the same concept, the specific implementation process of the device embodiments is detailed in the method embodiments, and technical features in the method embodiments are applicable correspondingly in the device embodiments, which are not repeated herein.
The technical scheme of the present invention is described in further detail below with reference to examples.
Please refer to fig. 5. The embodiment of the invention provides an event response method, which comprises the following steps:
Step S401, the event distribution service acquires and records a user operation event; comprising the following steps:
When the occurrence of a user operation event is monitored, the event distribution service acquires the user operation event and records the operation type of the operation event, wherein the operation type of the user operation event comprises clicking, long pressing, activity and the like.
Step S402, acquiring a control ID responding to the user operation event through an event distribution service;
step S403, acquiring the current response state of the user operation event; wherein the response state includes: unresponsive, in-response, response complete;
Step S404, updating operation event record information according to the response state; wherein the operation event recording information includes: control ID, operation type, response status, record update time, etc.; the method specifically comprises the following steps:
The event distribution service acquires the user operation event, but records that the response state is 'unresponsive' when the user operation event is not distributed to a control for designating response;
the event distribution service acquires the user operation event and records the response state as 'in response' when the user operation event is distributed to a control for designating response;
The event distribution service acquires the user operation event and distributes the user operation event to a control with appointed response, and when the control has responded and completed the user operation event, the response state is recorded as response completion;
and updating the record updating time after each time of updating the record response state.
Step S405, the event distribution service acquires a control ID of the user operation event responding to the repeated operation of the user;
step S406, the event distribution service queries whether a record of the control ID exists in the operation event record information;
step S407, if the record of the control ID exists, turning to step S408; if the record of the control ID does not exist, the step S409 is carried out;
Step S408, if the record of the control ID exists, the response state in the operation event record information is further inquired, and the user operation event is distributed according to a preset distribution strategy according to the inquired response state. The predetermined distribution policy is:
if the response state is 'not responding' or 'responding', discarding the user operation event, and avoiding repeated distribution;
And if the response state is 'response completion', deleting the record corresponding to the user operation event in the operation event record information, generating a new record according to the distribution and response state of the current time, and carrying out event distribution and response operation.
And S409, if the record of the control ID does not exist, generating new operation event record information according to the current user operation event and response state, and distributing and responding the user operation event.
In addition, an embodiment of the present invention further provides a mobile terminal, as shown in fig. 6, where the mobile terminal 900 includes: a memory 902, a processor 901 and one or more computer programs stored in the memory 902 and executable on the processor 901, the memory 902 and the processor 901 coupled together by a bus system 903, the one or more computer programs when executed by the processor 901 to implement the following steps of an event response method provided by an embodiment of the present invention:
step S1, acquiring and recording a user operation event;
s2, updating operation event record information according to the user operation event;
And step S3, distributing the user operation event repeatedly operated by the user according to a preset distribution strategy by the event distribution service according to the operation event record information.
Further, in step S1, the acquiring and recording the user operation event includes:
When the occurrence of a user operation event is monitored, the event distribution service acquires the user operation event and records the operation type of the operation event, wherein the operation type of the user operation event comprises clicking, long pressing, activity and the like.
Further, in step S2, the updating the operation event record information according to the user operation event includes:
Step S21, obtaining a control ID (such as a button) responding to the user operation event through an event distribution service;
Step S22, acquiring the current response state of the user operation event; wherein the response state includes: unresponsive, in-response, response complete;
Step S23, updating operation event record information according to the response state; wherein the operation event recording information includes: control ID, operation type, response state, record update time; the method specifically comprises the following steps:
when the event distribution service acquires the user operation event but does not distribute the user operation event to a control for designating response, recording the response state as 'unresponsive';
the event distribution service acquires the user operation event and records the response state as 'in response' when the user operation event is distributed to a control for designating response;
The event distribution service acquires the user operation event and distributes the user operation event to a control for appointed response, and when the control has responded and completed the user operation event, the response state is recorded as response completion;
and updating the record updating time after each time of updating the record response state.
Further, in step S3, the event distribution service distributes the user operation event repeatedly operated by the user according to a predetermined distribution policy according to the operation event record information, including:
Step S31, the event distribution service obtains a control ID of the user operation event responding to the repeated operation of the user;
step S32, the event distribution service inquires whether the record of the control ID exists in the operation event record information;
and step S33, if the record of the control ID exists, further inquiring the response state in the operation event record information, and distributing the user operation event according to a preset distribution strategy according to the inquired response state. The predetermined distribution policy is:
if the response state is 'not responding' or 'responding', discarding the user operation event, and avoiding repeated distribution;
And if the response state is response completion, deleting a record corresponding to the user operation event in the operation event record information.
And step S34, if the record of the control ID does not exist, generating new operation event record information according to the current user operation event and response state, and carrying out distribution and response operation of the user operation event.
The method disclosed in the above embodiment of the present invention may be applied to the processor 901 or implemented by the processor 901. The processor 901 may be an integrated circuit chip having signal processing capabilities. In implementation, the steps of the above method may be performed by instructions in the form of integrated logic circuits or software in hardware in the processor 901. The processor 901 may be a general purpose processor, DSP, or other programmable logic device, discrete gate or transistor logic device, discrete hardware components, or the like. The processor 901 may implement or perform the methods, steps and logic blocks disclosed in embodiments of the present invention. The general purpose processor may be a microprocessor or any conventional processor or the like. The steps of the method disclosed in the embodiment of the invention can be directly embodied in the hardware of the decoding processor or can be implemented by combining hardware and software modules in the decoding processor. The software modules may be located in a storage medium in a memory 902, and the processor 901 reads information in the memory 902, in combination with its hardware, to perform the steps of the method as described above.
It will be appreciated that the memory 902 of embodiments of the invention can be either volatile memory or nonvolatile memory, and can include both volatile and nonvolatile memory. The nonvolatile Memory may be Read-Only Memory (ROM), programmable Read-Only Memory (PROM, programmable Read-Only Memory), erasable programmable Read-Only Memory (EPROM), electrically Erasable Read-Only Memory (EEPROM, ELECTRICALLY ERASABLE PROGRAMMABLE READ-Only Memory), magnetic random access Memory (FRAM, ferromagnetic Random Access Memory), flash Memory (Flash Memory) or other Memory technology, compact disk Read-Only Memory (CD-ROM, compact Disk Read-Only Memory), digital versatile disk (DVD, digital Video Disk) or other optical disk storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices; volatile memory can be random access memory (RAM, random Access Memory), many forms of RAM are available by way of example and not limitation, such as static random access memory (SRAM, static Random Access Memory), static random access memory (SSRAM, synchronous Static Random Access Memory), dynamic random access memory (DRAM, dynamic Random Access Memory), synchronous dynamic random access memory (SDRAM, synchronous Dynamic Random Access Memory), double data rate synchronous dynamic random access memory (ddr SDRAM, double Data Rate Synchronous Dynamic Random Access Memory), enhanced synchronous dynamic random access memory (ESDRAM, enhanced Synchronous Dynamic Random Access Memory), synchronous link dynamic random access memory (SLDRAM, syncLink Dynamic Random Access Memory), direct memory bus random access memory (DRRAM, direct Rambus Random Access Memory). The memory described by embodiments of the present invention is intended to comprise, without being limited to, these and any other suitable types of memory.
It should be noted that the foregoing mobile terminal embodiments and the method embodiments belong to the same concept, the specific implementation process of the foregoing mobile terminal embodiments is detailed in the method embodiments, and technical features in the method embodiments are correspondingly applicable to the mobile terminal embodiments, which are not repeated herein.
In addition, in an exemplary embodiment, the present invention further provides a computer storage medium, specifically a computer readable storage medium, for example, including a memory 902 storing a computer program, where one or more programs of an event response method are stored, where the one or more programs of the event response method are executed by a processor 901 to implement the following steps of one event response method provided by the embodiment of the present invention:
step S1, acquiring and recording a user operation event;
s2, updating operation event record information according to the user operation event;
And step S3, distributing the user operation event repeatedly operated by the user according to a preset distribution strategy by the event distribution service according to the operation event record information.
Further, in step S1, the acquiring and recording the user operation event includes:
When the occurrence of a user operation event is monitored, the event distribution service acquires the user operation event and records the operation type of the operation event, wherein the operation type of the user operation event comprises clicking, long pressing, activity and the like.
Further, in step S2, the updating the operation event record information according to the user operation event includes:
Step S21, obtaining a control ID (such as a button) responding to the user operation event through an event distribution service;
Step S22, acquiring the current response state of the user operation event; wherein the response state includes: unresponsive, in-response, response complete;
Step S23, updating operation event record information according to the response state; wherein the operation event recording information includes: control ID, operation type, response state, record update time; the method specifically comprises the following steps:
when the event distribution service acquires the user operation event but does not distribute the user operation event to a control for designating response, recording the response state as 'unresponsive';
the event distribution service acquires the user operation event and records the response state as 'in response' when the user operation event is distributed to a control for designating response;
The event distribution service acquires the user operation event and distributes the user operation event to a control for appointed response, and when the control has responded and completed the user operation event, the response state is recorded as response completion;
and updating the record updating time after each time of updating the record response state.
Further, in step S3, the event distribution service distributes the user operation event repeatedly operated by the user according to a predetermined distribution policy according to the operation event record information, including:
Step S31, the event distribution service obtains a control ID of the user operation event responding to the repeated operation of the user;
step S32, the event distribution service inquires whether the record of the control ID exists in the operation event record information;
and step S33, if the record of the control ID exists, further inquiring the response state in the operation event record information, and distributing the user operation event according to a preset distribution strategy according to the inquired response state. The predetermined distribution policy is:
if the response state is 'not responding' or 'responding', discarding the user operation event, and avoiding repeated distribution;
And if the response state is response completion, deleting a record corresponding to the user operation event in the operation event record information.
And step S34, if the record of the control ID does not exist, generating new operation event record information according to the current user operation event and response state, and carrying out distribution and response operation of the user operation event.
It should be noted that the event response method program embodiment and the method embodiment on the computer readable storage medium belong to the same concept, the specific implementation process of the event response method program embodiment and the method embodiment are detailed in the method embodiment, and the technical features in the method embodiment are correspondingly applicable in the embodiment of the computer readable storage medium, which is not repeated herein.
It should be noted that, in this document, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
The foregoing embodiment numbers of the present invention are merely for the purpose of description, and do not represent the advantages or disadvantages of the embodiments.
From the above description of the embodiments, it will be clear to those skilled in the art that the above-described embodiment method may be implemented by means of software plus a necessary general hardware platform, but of course may also be implemented by means of hardware, but in many cases the former is a preferred embodiment. Based on such understanding, the technical solution of the present invention may be embodied essentially or in a part contributing to the prior art in the form of a software product stored in a storage medium (e.g. ROM/RAM, magnetic disk, optical disk) comprising instructions for causing a terminal (which may be a mobile phone, a computer, a server, an air conditioner, or a network device, etc.) to perform the method according to the embodiments of the present invention.
The embodiments of the present invention have been described above with reference to the accompanying drawings, but the present invention is not limited to the above-described embodiments, which are merely illustrative and not restrictive, and many forms may be made by those having ordinary skill in the art without departing from the spirit of the present invention and the scope of the claims, which are to be protected by the present invention.

Claims (7)

1. An event response method, comprising:
acquiring and recording a user operation event;
Acquiring the current response state of the user operation event, and updating operation event record information according to the response state;
According to the operation event record information, the event distribution service distributes the user operation event according to a preset distribution strategy;
The predetermined distribution policy includes:
If the response state is "unresponsive" or "responding", discarding the user operation event;
If the response state is 'response completion', deleting a record corresponding to the user operation event in the operation event record information;
The step of updating the operation event record information according to the response state comprises the following steps:
The event distribution service acquires the user operation event, but records that the response state is 'unresponsive' when the user operation event is not distributed to a control for designating response;
the event distribution service acquires the user operation event and records the response state as 'in response' when the user operation event is distributed to a control for designating response;
the event distribution service acquires the user operation event and distributes the user operation event to a control for appointed response, and when the control has completed responding to the user operation event, the response state is recorded as response completion.
2. The method of claim 1, wherein the step of obtaining and recording user operational events comprises: the event distribution service acquires a user operation event and records the operation type of the operation event.
3. The method of claim 1, wherein the step of the event distribution service distributing the user operation event according to a predetermined distribution policy according to the operation event record information comprises:
The event distribution service obtains a control ID responding to the user operation event;
The event distribution service queries the record of the control ID in the operation event record information;
if the record of the control ID exists, further inquiring the response state in the operation event record information, and distributing the user operation event according to a preset distribution strategy according to the inquired response state.
4. A method according to claim 3, wherein if there is no record of the control ID, new operation event record information is generated according to the current user operation event and response state, and the distribution and response operation of the user operation event is performed.
5. An event responsive device, comprising: the device comprises an acquisition module, an updating module, a recording module and a distribution module; wherein:
the acquisition module is used for acquiring and recording user operation events;
the updating module is used for acquiring the current response state of the user operation event and updating the operation event record information according to the response state;
The distribution module is used for distributing the user operation event according to the operation event record information and a preset distribution strategy;
The predetermined distribution policy includes:
If the response state is "unresponsive" or "responding", discarding the user operation event;
If the response state is 'response completion', deleting a record corresponding to the user operation event in the operation event record information;
the updating module is specifically configured to acquire the user operation event, and record that the response state is "unresponsive" when the user operation event is not distributed to a control with a specified response; when the user operation event is acquired and distributed to a control for designating response, the response state is recorded as 'in response'; and acquiring the user operation event, distributing the user operation event to a control for designating response, and recording the response state as response completion when the control has completed responding to the user operation event.
6. A mobile terminal, comprising: memory, a processor and a computer program stored on the memory and executable on the processor, which when executed by the processor, implements the steps of the event response method as claimed in any of claims 1 to 4.
7. A computer-readable storage medium, characterized in that the computer-readable storage medium has stored thereon a program of an event response method, which when executed by a processor, implements the steps of the event response method according to any of claims 1 to 4.
CN201811427172.1A 2018-11-27 2018-11-27 Event response method and device, mobile terminal and computer readable storage medium Active CN109542594B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811427172.1A CN109542594B (en) 2018-11-27 2018-11-27 Event response method and device, mobile terminal and computer readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811427172.1A CN109542594B (en) 2018-11-27 2018-11-27 Event response method and device, mobile terminal and computer readable storage medium

Publications (2)

Publication Number Publication Date
CN109542594A CN109542594A (en) 2019-03-29
CN109542594B true CN109542594B (en) 2024-05-17

Family

ID=65851266

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811427172.1A Active CN109542594B (en) 2018-11-27 2018-11-27 Event response method and device, mobile terminal and computer readable storage medium

Country Status (1)

Country Link
CN (1) CN109542594B (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1859408A (en) * 2006-03-15 2006-11-08 华为技术有限公司 Process transfer method
CN105554544A (en) * 2015-12-07 2016-05-04 海信集团有限公司 Data processing method and system
CN106775728A (en) * 2016-12-20 2017-05-31 珠海市魅族科技有限公司 A kind of control method and device of mobile terminal
CN107800757A (en) * 2017-03-28 2018-03-13 平安壹钱包电子商务有限公司 User behavior recording method and device
CN108040274A (en) * 2017-12-22 2018-05-15 深圳Tcl新技术有限公司 Key-press event response processing method, television set and computer-readable recording medium
CN108491122A (en) * 2018-02-07 2018-09-04 平安科技(深圳)有限公司 A kind of click event response method, computer readable storage medium and terminal device

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1859408A (en) * 2006-03-15 2006-11-08 华为技术有限公司 Process transfer method
CN105554544A (en) * 2015-12-07 2016-05-04 海信集团有限公司 Data processing method and system
CN106775728A (en) * 2016-12-20 2017-05-31 珠海市魅族科技有限公司 A kind of control method and device of mobile terminal
CN107800757A (en) * 2017-03-28 2018-03-13 平安壹钱包电子商务有限公司 User behavior recording method and device
CN108040274A (en) * 2017-12-22 2018-05-15 深圳Tcl新技术有限公司 Key-press event response processing method, television set and computer-readable recording medium
CN108491122A (en) * 2018-02-07 2018-09-04 平安科技(深圳)有限公司 A kind of click event response method, computer readable storage medium and terminal device

Also Published As

Publication number Publication date
CN109542594A (en) 2019-03-29

Similar Documents

Publication Publication Date Title
CN112004173B (en) Bluetooth headset switching method, mobile terminal and computer readable storage medium
CN109890022B (en) Data transmission control method, mobile terminal and computer readable storage medium
CN109982402B (en) Terminal voice calling method, mobile terminal and computer readable storage medium
CN107862217B (en) Position information acquisition method, mobile terminal and computer storage medium
CN109584897B (en) Video noise reduction method, mobile terminal and computer readable storage medium
CN112822538A (en) Screen projection display method, screen projection device, terminal and storage medium
CN108958695B (en) Audio output method, device and computer readable storage medium
CN111880349A (en) Electrochromic display control method, device and computer readable storage medium
CN109711830B (en) Quick display method and device for two-dimension code payment, mobile terminal and storage medium
CN109389394B (en) Multi-screen payment control method, equipment and computer readable storage medium
CN112423211A (en) Multi-audio transmission control method, equipment and computer readable storage medium
CN109561221B (en) Call control method, device and computer readable storage medium
CN109462829B (en) Call transfer method, device and computer readable storage medium
CN109388947B (en) Background management method, device and computer readable storage medium
CN109684020B (en) Theme switching method, device and computer readable storage medium
CN109062688B (en) Memory allocation method, server and mobile terminal
CN108183833B (en) Response processing method and device and computer readable storage medium
CN110955397A (en) Method for setting frame rate of game terminal, game terminal and storage medium
CN107404568B (en) Control switch management method and mobile terminal
CN112492450B (en) Sound parameter regulation and control method, device and computer readable storage medium
CN112118566B (en) Network mode regulation and control method, equipment and computer readable storage medium
CN109739641B (en) Self-adaptive CPU frequency modulation acceleration method and device, mobile terminal and storage medium
CN110287381B (en) Page control node searching method, terminal and computer readable storage medium
CN110377359B (en) Game performance optimization method, mobile terminal and computer readable storage medium
CN109542594B (en) Event response method and device, mobile terminal and computer readable storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant