kodi
|
Interface defining methods to handle GUI actions. More...
#include <IActionListener.h>
Public Member Functions | |
virtual bool | OnAction (const CAction &action)=0 |
Handle a GUI action. More... | |
Interface defining methods to handle GUI actions.
|
pure virtual |
Handle a GUI action.
action | The GUI action |
Implemented in CInputManager, CAirTunesServer, CSeekHandler, PVR::CPVRGUIActionListener, and CPlayerController.