kodi
Public Member Functions | List of all members
KODI::ACTION::IActionListener Class Referenceabstract

Interface defining methods to handle GUI actions. More...

#include <IActionListener.h>

Inheritance diagram for KODI::ACTION::IActionListener:
Inheritance graph
[legend]

Public Member Functions

virtual bool OnAction (const CAction &action)=0
 Handle a GUI action. More...
 

Detailed Description

Interface defining methods to handle GUI actions.

Member Function Documentation

◆ OnAction()

virtual bool KODI::ACTION::IActionListener::OnAction ( const CAction action)
pure virtual

Handle a GUI action.

Parameters
actionThe GUI action
Returns
True if the action was handled, false otherwise

Implemented in CInputManager, CAirTunesServer, CSeekHandler, PVR::CPVRGUIActionListener, and CPlayerController.


The documentation for this class was generated from the following file: