Package com.biglybt.core.global
Interface GlobalManagerEvent
-
public interface GlobalManagerEvent
-
-
Field Summary
Fields Modifier and Type Field Description static int
ET_REQUEST_ATTENTION
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DownloadManager
getDownload()
int
getEventType()
-
-
-
Field Detail
-
ET_REQUEST_ATTENTION
static final int ET_REQUEST_ATTENTION
- See Also:
- Constant Field Values
-
-
Method Detail
-
getEventType
int getEventType()
-
getDownload
DownloadManager getDownload()
-
-