Uses of Interface
net.iharder.dnd.TransferableObject.Fetcher

Packages that use TransferableObject.Fetcher
net.iharder.dnd   
 

Uses of TransferableObject.Fetcher in net.iharder.dnd
 

Constructors in net.iharder.dnd with parameters of type TransferableObject.Fetcher
TransferableObject(java.lang.Class dataClass, TransferableObject.Fetcher fetcher)
          Creates a new TransferableObject that will return the object that is returned by fetcher.
TransferableObject(TransferableObject.Fetcher fetcher)
          Creates a new TransferableObject that will return the object that is returned by fetcher.