org.neo4j.helpers
Class Listeners
java.lang.Object
org.neo4j.helpers.Listeners
public class Listeners
- extends Object
Helper class for dealing with listeners
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Listeners
public Listeners()
newListeners
public static <T> Iterable<T> newListeners()
addListener
public static <T> Iterable<T> addListener(T listener,
Iterable<T> listeners)
removeListener
public static <T> Iterable<T> removeListener(T listener,
Iterable<T> listeners)
notifyListeners
public static <T> void notifyListeners(Iterable<T> listeners,
Listeners.Notification<T> notification)
notifyListeners
public static <T> void notifyListeners(Iterable<T> listeners,
Executor executor,
Listeners.Notification<T> notification)
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.