Interface MemoryCreateCallback


public interface MemoryCreateCallback
Callback that is registered at a MemoryGroup. It is called to create a new Memory for a new value of the group Property.
Author:
IIT Software GmbH, Muenster/Germany, (c) 2017, All Rights Reserved
  • Method Summary

    Modifier and Type
    Method
    Description
    Create a new Memory
  • Method Details

    • create

      Memory create(Comparable key) throws Exception
      Create a new Memory
      Parameters:
      key - Value of the Group Property
      Returns:
      Memory or null if the value should not be respected
      Throws:
      Exception