sbt / sbt-remote-control

Create and manage sbt process using unicorns and forks
Other
74 stars 14 forks source link

Send a ClosedEvent when SbtClient closes. #132

Closed havocp closed 10 years ago

havocp commented 10 years ago

Previously we had a way to be notified on connector close but not on SbtClient close, but the natural way to organize code is to pass just the client to certain modules or objects, we don't want every piece of code to have to be aware of the connector. Also it's convenient to just get this in your event handler and not "out of band."