Uses of Interface
de.espirit.firstspirit.ui.gadgets.aspects.transfer.SupplierHost.Supplier
-
Uses of SupplierHost.Supplier in de.espirit.firstspirit.ui.gadgets.aspects.transfer
Modifier and TypeInterfaceDescriptionstatic interface
A supplier providing a specific type of commodity that further enables to request to take the supplied commodities out of the supplier's value (realizing a cut operation in two steps).Modifier and TypeMethodDescription<T> void
SupplierHost.register
(@NotNull TransferType<T> type, @NotNull SupplierHost.Supplier<T> supplier) Registers a supplier for the hosted gadget itself.<T> void
SupplierHost.register
(@NotNull Object source, @NotNull TransferType<T> type, @NotNull SupplierHost.Supplier<T> supplier) Registers a supplier for the given component and type.