All Superinterfaces:
EventListener

public interface SchemaContextListener extends EventListener
Interface for listeners interested in updates of the global schema context. The global schema context reflects the global view of the model world, and all entities interacting at the global scale need to maintain a consistent view of that world.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The global schema context is being updated.
  • Method Details

    • onGlobalContextUpdated

      void onGlobalContextUpdated(SchemaContext context)
      The global schema context is being updated.
      Parameters:
      context - New global schema context