All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.pfabulist.roast.nio.Watchablee Maven / Gradle / Ivy

The newest version!
//package de.pfabulist.roast.nio;
//
//import java.nio.file.WatchEvent;
//import java.nio.file.WatchKey;
//import java.nio.file.WatchService;
//
///**
// * Copyright (c) 2006 - 2016, Stephan Pfab
// * SPDX-License-Identifier: BSD-2-Clause
// */
//
//public interface Watchablee {
//    /**
//     * see {@link java.nio.file.Watchable#register(WatchService, WatchEvent.Kind[], WatchEvent.Modifier...)}
//     */
//    WatchKey register( WatchService_ watcher,
//                       WatchEvent.Kind[] events,
//                       WatchEvent.Modifier... modifiers );
//            //throws IOException;
//
//    /**
//     * see {@link java.nio.file.Watchable#register(WatchService, WatchEvent.Kind[])}
//     */
//    WatchKey register( WatchService_ watcher, WatchEvent.Kind... events );
//            // throws IOException;
//
//}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy