Class RepresentationTextCreator.RepTextProviderProjectCacheValidator

  • All Implemented Interfaces:
    java.beans.PropertyChangeListener, java.util.EventListener
    Enclosing class:
    RepresentationTextCreator

    private static final class RepresentationTextCreator.RepTextProviderProjectCacheValidator
    extends com.nomagic.magicdraw.utils.AbstractProjectCacheValidator
    implements java.beans.PropertyChangeListener
    Validator, which drops cached values when there are changes in RepresentationTextProvider list.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void dispose()  
      void propertyChange​(java.beans.PropertyChangeEvent evt)  
      • Methods inherited from class com.nomagic.magicdraw.utils.AbstractProjectCacheValidator

        getCache
      • Methods inherited from class java.lang.Object

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

      • RepTextProviderProjectCacheValidator

        private RepTextProviderProjectCacheValidator​(com.nomagic.magicdraw.utils.AbstractProjectCache cache)
    • Method Detail

      • propertyChange

        public void propertyChange​(java.beans.PropertyChangeEvent evt)
        Specified by:
        propertyChange in interface java.beans.PropertyChangeListener
      • dispose

        public void dispose()
        Specified by:
        dispose in class com.nomagic.magicdraw.utils.CacheValidator