Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabharora90 committed Dec 25, 2015
1 parent 047c041 commit cd0b7fc
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,7 @@ Currently the library offers the following API's
- `toggleMenu`: Open or close the menu depending on its current state.
- `isMenuOpened`: Returns whether the menu is opened or closed.
- `setAnimationTime`: Controls the animation time to transition the menu from close to open state and vice versa. The time is represented in milli-seconds
- `setStateChangeListener`: Allows you to listen to the state changes of the Menu.

public interface StateChangeListener {
void onMenuOpened();
void onMenuClosed();
}
- `setStateChangeListener`: Allows you to listen to the state changes of the Menu, i.e. `onMenuOpened` and `onMenuClosed` events

License
-------
Expand Down

0 comments on commit cd0b7fc

Please sign in to comment.