Package com.biglybt.core.tag
Interface TagFeatureNotifications
-
- All Known Subinterfaces:
TagDownload
- All Known Implementing Classes:
CategoryImpl
,GlobalManagerImpl.DownloadStateTagger.MyTag
,TagDownloadWithState
public interface TagFeatureNotifications
-
-
Field Summary
Fields Modifier and Type Field Description static int
NOTIFY_NONE
static int
NOTIFY_ON_ADD
static int
NOTIFY_ON_REMOVE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getNotifyMessageChannel()
int
getPostingNotifications()
void
setNotifyMessageChannel(java.lang.String chat)
void
setPostingNotifications(int flags)
-
-
-
Field Detail
-
NOTIFY_NONE
static final int NOTIFY_NONE
- See Also:
- Constant Field Values
-
NOTIFY_ON_ADD
static final int NOTIFY_ON_ADD
- See Also:
- Constant Field Values
-
NOTIFY_ON_REMOVE
static final int NOTIFY_ON_REMOVE
- See Also:
- Constant Field Values
-
-