cryptomator / dokany-nio-adapter

Dokany-based adapter to provide directory contents specified by a java.nio.file.Path (via dokan-java)
GNU Affero General Public License v3.0
14 stars 4 forks source link

Observe status of mounted filesystem #49

Closed infeo closed 3 years ago

infeo commented 3 years ago

A dokany mount can be unmounted by external events. We should give downstream libraries the possibility to react to such events by either returning an observable/registerable object when the mount() method is called and let them register an observer.

Remark

This is an upstream issue for https://github.com/cryptomator/cryptomator/issues/1508