Interface PayloadProvider<PAYLOAD>

All Known Implementing Classes:
BaseTemplateRecord, BaseTemplateTreeNode, SimpleItem

public interface PayloadProvider<PAYLOAD>
  • Method Summary

    Modifier and Type Method Description
    PAYLOAD getPayload()  
  • Method Details