Interface IRegistryRecordReceiver


public interface IRegistryRecordReceiver
Since:
1.13
Author:
Christian Wulf
  • Method Summary

    Modifier and Type Method Description
    boolean newRegistryRecord​(RegistryRecord registryRecord)  
  • Method Details

    • newRegistryRecord

      boolean newRegistryRecord​(RegistryRecord registryRecord)
      Parameters:
      registryRecord - the new instantiated registry record
      Returns:
      true on success
      Since:
      1.13