xbmc
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 
23 {
24 public:
25  virtual bool OnMessage(CGUIMessage& message) = 0;
26  virtual ~IMsgTargetCallback() = default;
27 };
Definition: IMsgTargetCallback.h:22
Definition: GUIMessage.h:365