Uses of Interface
com.biglybt.core.security.CryptoManagerKeyListener
-
Packages that use CryptoManagerKeyListener Package Description com.biglybt.core.security com.biglybt.core.security.impl com.biglybt.plugin.net.buddy.swt com.biglybt.ui.config -
-
Uses of CryptoManagerKeyListener in com.biglybt.core.security
Methods in com.biglybt.core.security with parameters of type CryptoManagerKeyListener Modifier and Type Method Description void
CryptoManager. addKeyListener(CryptoManagerKeyListener listener)
void
CryptoManager. removeKeyListener(CryptoManagerKeyListener listener)
-
Uses of CryptoManagerKeyListener in com.biglybt.core.security.impl
Methods in com.biglybt.core.security.impl with parameters of type CryptoManagerKeyListener Modifier and Type Method Description void
CryptoManagerImpl. addKeyListener(CryptoManagerKeyListener listener)
void
CryptoManagerImpl. removeKeyListener(CryptoManagerKeyListener listener)
-
Uses of CryptoManagerKeyListener in com.biglybt.plugin.net.buddy.swt
Fields in com.biglybt.plugin.net.buddy.swt declared as CryptoManagerKeyListener Modifier and Type Field Description private CryptoManagerKeyListener
BuddyPluginView.statusUpdater. cryptoManagerKeyListener
private CryptoManagerKeyListener
BuddyPluginViewInstance. cryptoManagerKeyListener
-
Uses of CryptoManagerKeyListener in com.biglybt.ui.config
Fields in com.biglybt.ui.config declared as CryptoManagerKeyListener Modifier and Type Field Description private CryptoManagerKeyListener
ConfigSectionSecurity. cryptoManagerKeyListener
-