Skip to content

Instantly share code, notes, and snippets.

@eldermoraes
Created August 31, 2018 12:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eldermoraes/742ffea07f07ee19a301fd9ea9345cfa to your computer and use it in GitHub Desktop.
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