Table of Contents

Interface IWatchKey

Namespace
Java.Nio.File
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IWatchKey

Methods

Cancel()

void Cancel()

IsValid()

bool IsValid()

Returns

bool

bool

PollEvents()

List<WatchEvent<object>> PollEvents()

Returns

List<WatchEvent<object>>

List

Reset()

bool Reset()

Returns

bool

bool

Watchable()

Watchable Watchable()

Returns

Watchable

Watchable