Skip to content
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.

Commit

Permalink
Update the README
Browse files Browse the repository at this point in the history
  • Loading branch information
glung authored Jun 28, 2016
1 parent 1cbb574 commit eb578aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ The following base activities are provided so far:
#### Adding LightCycle to your own base `Activity` or `Fragment`

To add LightCycles to your `MyBaseActivity`, your `Activity` must:
- Implement the `LightCycleDispatcher` interface
- Implement the `LightCycleDispatcher` interface. _Note: The processor needs to know the exact type beeing dispatched, so if you base activity is templated then the activities inhering from it must explicitaly `implements LightCycleDispatcher<ActivityLightCycle<YourActivity>>`_
- Dispatch all the lifecycle methods
- Bind fields annotated `@LightCycle` with `LightCycles.bind(this)`

Expand Down

0 comments on commit eb578aa

Please sign in to comment.