FilesHandler.java
340 Bytes
/*
* Decompiled with CFR 0_118.
*/
package com.adobe.granite.infocollector.impl;
import java.io.File;
import java.io.IOException;
interface FilesHandler {
public void beginDirectory(File var1) throws IOException;
public void endDirectory(File var1) throws IOException;
public void onFile(File var1) throws IOException;
}