SimonVT / android-menudrawer

*DEPRECATED* A slide-out menu implementation, which allows users to navigate between views in your app.
http://simonvt.github.com/android-menudrawer/
Apache License 2.0
2.59k stars 1.11k forks source link

Add getters for the MenuDrawer listeners #242

Closed scompt closed 5 years ago

scompt commented 10 years ago

This pull request adds getters for the registered OnDrawerStateChangeListener and OnInterceptMoveEventListener listeners in MenuDrawer. I need this because I have a functional test that registers a drawer state listener and I need to wrap the existing one so that I don't lose the functionality under test.