com.aelitis.azureus.core.tag
Interface TagFeatureNotifications

All Known Subinterfaces:
TagDownload
All Known Implementing Classes:
CategoryImpl, TagDownloadWithState

public interface TagFeatureNotifications


Field Summary
static int NOTIFY_NONE
           
static int NOTIFY_ON_ADD
           
static int NOTIFY_ON_REMOVE
           
 
Method Summary
 int getPostingNotifications()
           
 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
Method Detail

getPostingNotifications

int getPostingNotifications()

setPostingNotifications

void setPostingNotifications(int flags)