Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
Interface defining methods to handle GUI actions. More...
#include <IActionListener.h>
Public Member Functions | |
virtual | ~IActionListener ()=default |
virtual bool | OnAction (const CAction &action)=0 |
Handle a GUI action. | |
Interface defining methods to handle GUI actions.
|
virtualdefault |
Handle a GUI action.
action | The GUI action |
Implemented in CAirTunesServer, CInputManager, CPlayerController, CSeekHandler, and PVR::CPVRGUIActionListener.