Interface PDataProducer


public interface PDataProducer
The PDataProducer interface defines the data sharing mechanism for data producers. The interface defining the data consuming counterpart is PDataConsumer.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Gets shareable data.
  • Method Details

    • getShareableData

      void getShareableData(PModelHandle model)
      Gets shareable data.
      Parameters:
      model - model handle of shareable data.