Skip to content

Instantly share code, notes, and snippets.

View almilo's full-sized avatar

Alberto Mijares almilo

  • Swissmedic
  • Basel, Switzerland
  • 11:25 (UTC +02:00)
View GitHub Profile
@almilo
almilo / WatchApp.java
Created March 18, 2014 15:24
New Java 7 NIO.2 Watch API example.
package com.edorasware.java7.nio2;
import com.sun.nio.file.SensitivityWatchEventModifier;
import java.io.IOException;
import java.nio.file.*;
import java.util.HashMap;
import java.util.Map;
public class WatchApp {