public interface Lifecycle
Modifier and Type | Method and Description |
---|---|
void |
addListener(LifecycleListener listener)
Adds the given listener to the set of listeners managed by this Lifecycle implementation.
|
void |
removeListener(LifecycleListener listener)
Removes the given listener from the set of listeners managed by this Lifecycle implementation,
returning
true if the listener was removed successfully, and false otherwise. |
void addListener(@NonNull LifecycleListener listener)
void removeListener(@NonNull LifecycleListener listener)
true
if the listener was removed successfully, and false
otherwise.
This is an optimization only, there is no guarantee that every added listener will eventually be removed.