Subversion Repositories AndroidProjects

Rev

Blame | Last modification | View Log | RSS feed

#ifndef __SCROLLLISTENER_H__
#define __SCROLLLISTENER_H__

namespace Sexy
{

class ScrollListener
{
public:
        virtual void ScrollPosition(int theId, double thePosition) {};
};

}

#endif // __SCROLLLISTENER_H__