Uses of Class
org.nuiton.util.ListenerSet
Packages that use ListenerSet
Package
Description
Ensemble de classe Java permettant de simplifier le développement en
factorisant des besoins que l'on retrouve dans tous les développement.
-
Uses of ListenerSet in org.nuiton.util
Fields in org.nuiton.util with type parameters of type ListenerSetModifier and TypeFieldDescriptionprotected WeakHashMap<Object, ListenerSet<L>> CategorisedListenerSet.listenersHashMap de ListenerSet, en cle l'objet qui caracterise la categorie en valeur un ListenerSetMethods in org.nuiton.util that return ListenerSetModifier and TypeMethodDescriptionprotected ListenerSet<L> CategorisedListenerSet.getAllListeners(Object category) protected ListenerSet<L> CategorisedListenerSet.getListeners(Object category) protected ListenerSet<L> CategorisedListenerSet.getListenersClass(Class<?> category) Methods in org.nuiton.util with parameters of type ListenerSetModifier and TypeMethodDescriptionvoidListenerSet.addAll(ListenerSet<L> ls) ajoute tous les listeners d'un ListenerSet