Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
secoif committed Feb 25, 2010
1 parent e893dd0 commit 745f29e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Readme.textile
Expand Up @@ -21,6 +21,7 @@ h2. Quickstart
commandMap.mapEvent(HistoryEvent.STEP_BACKWARD, StepBackwardCommand, HistoryEvent);
</pre>

* Map some event to the Command you created (just like you would with any normal robotlegs command)
* Set a Button/Mediator to actually fire the HistoryEvent.STEP_FORWARD/BACKWARD events on the robotlegs event bus and you're done! :)

h4. Cancelling a Command
Expand Down

0 comments on commit 745f29e

Please sign in to comment.