MS-Painter / Folden

Cross platform PC application. System wide file watchers handling made simple.
MIT License
20 stars 3 forks source link

Handler trait template mthod implementation #8

Closed MS-Painter closed 3 years ago

MS-Painter commented 3 years ago

Add Handler trait which template method dictates from Watcher trait what logic should the Handler trait do at runtime. Each handler provides implementation for Handler trait and Watcher trait implements all needed details.