Interface ForEachPropertyCallback


public interface ForEachPropertyCallback
Callback that can be registered on the forEach() method of a PropertySet.
Author:
IIT Software GmbH, Muenster/Germany, (c) 2016, All Rights Reserved
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(Property property)
    Single method to be executed for each Property of a PropertySet
  • Method Details

    • execute

      void execute(Property property)
      Single method to be executed for each Property of a PropertySet
      Parameters:
      property - Property