Class TagPropertyUntaggedHandler

java.lang.Object
com.biglybt.core.tag.impl.TagPropertyUntaggedHandler
All Implemented Interfaces:
TagTypeListener

public class TagPropertyUntaggedHandler extends Object implements TagTypeListener
  • Field Details

    • core

      private final Core core
    • tag_manager

      final TagManagerImpl tag_manager
    • is_initialised

      private boolean is_initialised
    • is_enabled

      private boolean is_enabled
    • untagged_tags

      final Set<Tag> untagged_tags
    • taggable_counts

      final Map<Taggable,int[]> taggable_counts
  • Constructor Details

    • TagPropertyUntaggedHandler

      protected TagPropertyUntaggedHandler(Core _core, TagManagerImpl _tm)
  • Method Details