ITimerCallback Class Reference

Implement this callback interface to receive triggers from a timer. More...

#include <timer.h>

Public Member Functions

virtual void onTimer (Timer *timer)=0
 This method is called at the end of each interval.

Detailed Description

Implement this callback interface to receive triggers from a timer.

Note: This interface is intended as a mix-in class and therefore does not provide refcounting.

See also:
Timer

Member Function Documentation

virtual void onTimer ( Timer timer  )  [pure virtual]

This method is called at the end of each interval.

Parameters:
timer The timer which calls.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Empty

Copyright ©2013 Steinberg Media Technologies GmbH. All Rights Reserved.