Subversion Repositories AndroidProjects

Rev

Blame | Last modification | View Log | RSS feed

#ifndef __SLIDERLISTENER_H__
#define __SLIDERLISTENER_H__

namespace Sexy
{

class SliderListener
{
public:
        virtual void                    SliderVal(int theId, double theVal) {};
};

}

#endif //__SLIDERLISTENER_H__