Class ModelChangeInfo


  • public final class ModelChangeInfo
    extends java.lang.Object
    Information about changes to models by other clients.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String[] modelTags
      The tags of the models which have changed.
    • Constructor Summary

      Constructors 
      Constructor Description
      ModelChangeInfo​(java.lang.String[] modelTags)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String[] getModelTags()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • modelTags

        private final java.lang.String[] modelTags
        The tags of the models which have changed.
    • Constructor Detail

      • ModelChangeInfo

        public ModelChangeInfo​(java.lang.String[] modelTags)
        Constructor.
        Parameters:
        modelTags - The tags of the models which have changed.
    • Method Detail

      • getModelTags

        public java.lang.String[] getModelTags()
        Returns:
        The tags of the models which have changed.