AWind
Main Page
Related Pages
Classes
Files
File List
ITimerEventReceiver.h
1
#pragma once
2
/*
3
AWind.h - Arduino window library support for Color TFT LCD Boards
4
Copyright (C)2016 Andrei Degtiarev. All right reserved
5
6
7
You can always find the latest version of the library at
8
https://github.com/AndreiDegtiarev/AWind
9
10
11
This library is free software; you can redistribute it and/or
12
modify it under the terms of the CC BY-NC-SA 3.0 license.
13
Please see the included documents for further information.
14
15
Commercial use of this library requires you to buy a license that
16
will allow commercial use. This includes using the library,
17
modified or not, as a tool to sell products.
18
19
The license applies to all part of the library including the
20
examples and tools supplied with the library.
21
*/
22
class
ATimer
;
24
class
ITimerEventReceiver
25
{
26
public
:
28
31
virtual
void
NotifyTimer
(
ATimer
*timer) = 0;
32
};
ITimerEventReceiver
Interface that provides screen touch notifications. If you want receive this notification in the targ...
Definition:
ITimerEventReceiver.h:24
ATimer
Definition:
ATimer.h:28
ITimerEventReceiver::NotifyTimer
virtual void NotifyTimer(ATimer *timer)=0
Has to be implemented in target class.
ITimerEventReceiver.h
Generated on Sun Mar 20 2016 12:46:52 for AWind by
1.8.11