Class Listen::Adapters::Windows
In: lib/listen/adapters/windows.rb
Parent: Adapter

Adapter implementation for Windows `wdm`.

Methods

new   start   stop   usable?  

Public Class methods

Initializes the Adapter. See {Listen::Adapter#initialize} for more info.

Checks if the adapter is usable on the current OS.

@return [Boolean] whether usable or not

Public Instance methods

Starts the adapter.

@param [Boolean] blocking whether or not to block the current thread after starting

Stops the adapter.

[Validate]