Skip to content

Refactor event subscribers (remove Symfony Event dependency) #10

@caseyamcl

Description

@caseyamcl

The event subscribers should have a more well-defined, descriptive and terse interface:

TaskTrackerSubscriber (or some other name)

`onStart(Tick $tick)`
`onFinish(Tick $tick)`
`onAbort(Tick $tick)`
`onProgress(Tick $tick)`

Use a more generic PubSub pattern implementation, and add a Symfony Event Dispatcher client to maintain backwards compatibility.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions