Class FileDropHandler


  • public abstract class FileDropHandler
    extends Object
    FileDropHandler is an abstract class for building custom drop handlers for a particular file extension. An implementing class needs to register a file extension and implement the execute behavior.
    Since:
    6.3.1
    • Constructor Detail

      • FileDropHandler

        public FileDropHandler​(String fileExtension)