public class ListenerRegistration<T> extends Object
Constructor and Description |
---|
ListenerRegistration(T listener,
Executor executor) |
Modifier and Type | Method and Description |
---|---|
static <T> boolean |
removeFromList(T listener,
List<? extends ListenerRegistration<T>> list)
Returns true if the listener was removed, else false.
|
public static <T> boolean removeFromList(T listener, List<? extends ListenerRegistration<T>> list)
Copyright © 2016. All rights reserved.