Subversion Repositories AndroidProjects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
244 chris 1
#ifndef __SLIDERLISTENER_H__
2
#define __SLIDERLISTENER_H__
3
 
4
namespace Sexy
5
{
6
 
7
class SliderListener
8
{
9
public:
10
        virtual void                    SliderVal(int theId, double theVal) {};
11
};
12
 
13
}
14
 
15
#endif //__SLIDERLISTENER_H__