'What does "this" mean for ViewPagers?

I am making a page listener, I've seen a view people do this:

ViewPager.addOnPageChangeListener(this);

What does that mean? What does that code even do, seems like nothing? I thought "this" meant the current Activity or context but I feel like the above code is not doing anything.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source