Uses of Interface
com.biglybt.core.CoreLifecycleListener
-
Packages that use CoreLifecycleListener Package Description com.biglybt.core com.biglybt.core.impl -
-
Uses of CoreLifecycleListener in com.biglybt.core
Classes in com.biglybt.core that implement CoreLifecycleListener Modifier and Type Class Description class
CoreLifecycleAdapter
Methods in com.biglybt.core with parameters of type CoreLifecycleListener Modifier and Type Method Description void
Core. addLifecycleListener(CoreLifecycleListener l)
void
Core. removeLifecycleListener(CoreLifecycleListener l)
-
Uses of CoreLifecycleListener in com.biglybt.core.impl
Fields in com.biglybt.core.impl with type parameters of type CoreLifecycleListener Modifier and Type Field Description private CopyOnWriteList<CoreLifecycleListener>
CoreImpl. lifecycle_listeners
Methods in com.biglybt.core.impl with parameters of type CoreLifecycleListener Modifier and Type Method Description void
CoreImpl. addLifecycleListener(CoreLifecycleListener l)
void
CoreImpl. removeLifecycleListener(CoreLifecycleListener l)
-