Interface TagFeatureExecOnAssign

All Superinterfaces:
TagFeature
All Known Subinterfaces:
TagDownload
All Known Implementing Classes:
CategoryImpl, GlobalManagerImpl.DownloadStateTagger.MyTag, SpeedLimitHandler.PeerSet.TagPeerImpl, TagDownloadWithState

public interface TagFeatureExecOnAssign extends TagFeature
  • Field Details

  • Method Details

    • getSupportedActions

      int getSupportedActions()
    • supportsAction

      boolean supportsAction(int action)
    • isAnyActionEnabled

      boolean isAnyActionEnabled()
    • isActionEnabled

      boolean isActionEnabled(int action)
    • setActionEnabled

      void setActionEnabled(int action, boolean enabled)
    • getActionScript

      String getActionScript()
    • setActionScript

      void setActionScript(String script)
    • getOptionsTemplateHandler

    • getTagAssigns

      List<Tag> getTagAssigns()
    • setTagAssigns

      void setTagAssigns(List<Tag> tags)
    • getTagRemoves

      List<Tag> getTagRemoves()
    • setTagRemoves

      void setTagRemoves(List<Tag> tags)
    • getPostMessageChannel

      String getPostMessageChannel()
    • setPostMessageChannel

      void setPostMessageChannel(String chat)
    • getEOAString

      String getEOAString()