de.espirit.firstspirit.ui.gadgets.aspects.transfer
Interface SupplierHost


public interface SupplierHost

Host that enables transfers from registered suppliers.

The host provides special treatments to different kind of targets:

Since:
4.2.405

Nested Class Summary
static interface SupplierHost.Supplier<T>
          A supplier providing a specific commodity type.
 
Method Summary
<T> void
register(Object target, TransferType<T> type, SupplierHost.Supplier<T> supplier)
          Registers a supplier for the given component and type.
 

Method Detail

register

<T> void register(@NotNull
                  Object target,
                  @NotNull
                  TransferType<T> type,
                  @NotNull
                  SupplierHost.Supplier<T> supplier)
Registers a supplier for the given component and type.

Parameters:
target - The target to register for.
type - The type of transfer being registered.
supplier - The supplier to be registered.
Since:
4.2.405


Copyright © 2012 e-Spirit AG. All Rights Reserved. Build 4.2.480