Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

refactor listeners to be chainable #46

Closed
elennick opened this issue Jan 2, 2018 · 0 comments
Closed

refactor listeners to be chainable #46

elennick opened this issue Jan 2, 2018 · 0 comments
Assignees
Milestone

Comments

@elennick
Copy link
Owner

elennick commented Jan 2, 2018

should refactor the way listeners are registered so you can define an executor in a more functional way... something like this:

    //do something
}).onSuccess(results -> {
    //do something
}).onCompletion(results -> {
    //do something
}).execute(callable);```
@elennick elennick added this to the 0.10.0 milestone Jan 2, 2018
@elennick elennick self-assigned this Jan 2, 2018
@elennick elennick modified the milestones: 0.10.0, 0.11.0 Jan 21, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant