Interface ModelChangedHandler

  • Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface ModelChangedHandler
    Interface for handle updates of the client when another client has modified any models in use by this client.
    • Method Detail

      • handleModelChangeOnServer

        void handleModelChangeOnServer​(ModelChangeInfo modelChangeInfo)
        Called when another client has changed any models in use by this client.
        Parameters:
        modelChangeInfo - Information about the changes.