Skip to content

Instantly share code, notes, and snippets.

@eldermoraes
Created August 31, 2018 12:37
Show Gist options
  • Select an option

  • Save eldermoraes/742ffea07f07ee19a301fd9ea9345cfa to your computer and use it in GitHub Desktop.

Select an option

Save eldermoraes/742ffea07f07ee19a301fd9ea9345cfa to your computer and use it in GitHub Desktop.
public interface FileHandler {
public void handle( FileEvent file ) throws IOException;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment