Uses of Class
org.ros.concurrent.EventDispatcher
Packages that use EventDispatcher
Package
Description
Provides utility classes for common concurrent programming operations.
-
Uses of EventDispatcher in org.ros.concurrent
Methods in org.ros.concurrent that return EventDispatcherModifier and TypeMethodDescriptionAdds the specified listener to theListenerGroupwith the queue limit set toListenerGroup.DEFAULT_QUEUE_CAPACITY.Adds a listener to theListenerGroup.Methods in org.ros.concurrent that return types with arguments of type EventDispatcherModifier and TypeMethodDescriptionListenerGroup.addAll(Collection<T> listeners) Adds all the specified listeners to theListenerGroupwith the queue capacity for each set toInteger.MAX_VALUE.ListenerGroup.addAll(Collection<T> listeners, int limit) Adds all the specified listeners to theListenerGroup.