xbmc
xbmc
guilib
IMsgTargetCallback.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2005-2018 Team Kodi
3
* This file is part of Kodi - https://kodi.tv
4
*
5
* SPDX-License-Identifier: GPL-2.0-or-later
6
* See LICENSES/README.md for more information.
7
*/
8
9
#pragma once
10
16
#include "
GUIMessage.h
"
17
22
class
IMsgTargetCallback
23
{
24
public
:
25
virtual
bool
OnMessage(
CGUIMessage
& message) = 0;
26
virtual
~
IMsgTargetCallback
() =
default
;
27
};
GUIMessage.h
IMsgTargetCallback
Definition:
IMsgTargetCallback.h:22
CGUIMessage
Definition:
GUIMessage.h:365
Generated by
1.8.13