List of usage examples for android.os FileObserver subclass-usage
From source file org.ado.minesync.minecraft.MinecraftWorldObserver.java
/**
* Created with IntelliJ IDEA.
* User: andoni
* Date: 23/09/13
* Time: 22:29
* To change this template use File | Settings | File Templates.
From source file com.owncloud.android.services.observer.InstantUploadsObserver.java
/** * Observer watching a folder to request the upload of new pictures or videos inside it. */ public class InstantUploadsObserver extends FileObserver { private static final String TAG = InstantUploadsObserver.class.getSimpleName();