Uses of Interface
com.biglybt.core.torrent.HasBeenOpenedListener
-
Packages that use HasBeenOpenedListener Package Description com.biglybt.core.torrent com.biglybt.ui.swt.views.skin -
-
Uses of HasBeenOpenedListener in com.biglybt.core.torrent
Fields in com.biglybt.core.torrent with type parameters of type HasBeenOpenedListener Modifier and Type Field Description private static java.util.ArrayList<HasBeenOpenedListener>
PlatformTorrentUtils. hasBeenOpenedListeners
Methods in com.biglybt.core.torrent with parameters of type HasBeenOpenedListener Modifier and Type Method Description static void
PlatformTorrentUtils. addHasBeenOpenedListener(HasBeenOpenedListener l)
static void
PlatformTorrentUtils. removeHasBeenOpenedListener(HasBeenOpenedListener listener)
-
Uses of HasBeenOpenedListener in com.biglybt.ui.swt.views.skin
Fields in com.biglybt.ui.swt.views.skin declared as HasBeenOpenedListener Modifier and Type Field Description private HasBeenOpenedListener
SB_Transfers. hasBeenOpenedListener
-