Uses of Interface
net.iharder.dnd.TransferableObject.Fetcher
| Package | Description |
|---|---|
| net.iharder.dnd |
-
Uses of TransferableObject.Fetcher in net.iharder.dnd
Constructors in net.iharder.dnd with parameters of type TransferableObject.Fetcher Constructor Description TransferableObject(Class<?> dataClass, TransferableObject.Fetcher fetcher)Creates a newTransferableObjectthat will return the object that is returned by fetcher.TransferableObject(TransferableObject.Fetcher fetcher)Creates a newTransferableObjectthat will return the object that is returned by fetcher.