Interface GomTransferHandling

All Known Implementing Classes:
GomButton, GomDom, GomNumber, GomReference, GomText, GomTextarea

public interface GomTransferHandling
Definition for providers of generic transfer restrictions. An implementation of this interface is necessary for transfer support.
Since:
5.0
  • Method Details

    • getTransferTypes

      @Nullable @Nullable List<TransferType<?>> getTransferTypes(SpecialistsBroker broker)
      Returns a list of supported TransferType's, or null if transfer is not supported.
      Parameters:
      broker - Broker for requesting services or providers.
      Returns:
      supported transfer types, or null.
      Since:
      5.0