Uses of Interface
com.biglybt.core.CoreLifecycleListener
Packages that use CoreLifecycleListener
-
Uses of CoreLifecycleListener in com.biglybt.core
Classes in com.biglybt.core that implement CoreLifecycleListenerMethods in com.biglybt.core with parameters of type CoreLifecycleListenerModifier and TypeMethodDescriptionvoidvoid -
Uses of CoreLifecycleListener in com.biglybt.core.impl
Fields in com.biglybt.core.impl with type parameters of type CoreLifecycleListenerModifier and TypeFieldDescriptionprivate final CopyOnWriteList<CoreLifecycleListener> CoreImpl.lifecycle_listenersMethods in com.biglybt.core.impl with parameters of type CoreLifecycleListenerModifier and TypeMethodDescriptionvoidCoreImpl.addLifecycleListener(CoreLifecycleListener l) voidCoreImpl.removeLifecycleListener(CoreLifecycleListener l)