Uses of Interface
com.biglybt.core.content.ContentDirectoryListener
-
Packages that use ContentDirectoryListener Package Description com.biglybt.core.content -
-
Uses of ContentDirectoryListener in com.biglybt.core.content
Fields in com.biglybt.core.content with type parameters of type ContentDirectoryListener Modifier and Type Field Description private static CopyOnWriteList<ContentDirectoryListener>
PlatformContentDirectory. listeners
Methods in com.biglybt.core.content with parameters of type ContentDirectoryListener Modifier and Type Method Description void
ContentDirectory. addListener(ContentDirectoryListener listener)
void
PlatformContentDirectory. addListener(ContentDirectoryListener listener)
void
ContentDirectory. removeListener(ContentDirectoryListener listener)
void
PlatformContentDirectory. removeListener(ContentDirectoryListener listener)
-