AWind
ITimerEventReceiver Class Referenceabstract

Interface that provides screen touch notifications. If you want receive this notification in the target or parent window you need derive you window class from interface class and implement NotifyTouch member function. More...

#include <ITimerEventReceiver.h>

Inheritance diagram for ITimerEventReceiver:
TabVacuum

Public Member Functions

virtual void NotifyTimer (ATimer *timer)=0
 Has to be implemented in target class. More...
 

Detailed Description

Interface that provides screen touch notifications. If you want receive this notification in the target or parent window you need derive you window class from interface class and implement NotifyTouch member function.

Member Function Documentation

virtual void ITimerEventReceiver::NotifyTimer ( ATimer timer)
pure virtual

Has to be implemented in target class.

Parameters
windowpointer to window (like TextBox) wich content was changed

Implemented in TabVacuum.


The documentation for this class was generated from the following file: