Uses of Interface
be.hogent.tarsos.util.FileDrop.TransferableObject.Fetcher

Packages that use FileDrop.TransferableObject.Fetcher
be.hogent.tarsos.util Utility classes for string handling, logging, configuration, some DSP tasks. 
 

Uses of FileDrop.TransferableObject.Fetcher in be.hogent.tarsos.util
 

Constructors in be.hogent.tarsos.util with parameters of type FileDrop.TransferableObject.Fetcher
FileDrop.TransferableObject(java.lang.Class dataClass, FileDrop.TransferableObject.Fetcher fetcher)
          Creates a new FileDrop.TransferableObject that will return the object that is returned by fetcher.
FileDrop.TransferableObject(FileDrop.TransferableObject.Fetcher fetcher)
          Creates a new FileDrop.TransferableObject that will return the object that is returned by fetcher.