Interface ForEachMemoryCallback


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

    Modifier and Type
    Method
    Description
    void
    execute(Memory memory)
    Single method to be executed for each Memory of a MemoryGroup
  • Method Details

    • execute

      void execute(Memory memory)
      Single method to be executed for each Memory of a MemoryGroup
      Parameters:
      memory - Memory