Uses of Class
org.djutils.event.reference.ReferenceType
-
Packages that use ReferenceType Package Description org.djutils.event Provides classes and interfaces for asynchronous communication.org.djutils.event.reference Provides classes and interfaces for easy access to Java's reference classes. -
-
Uses of ReferenceType in org.djutils.event
Methods in org.djutils.event with parameters of type ReferenceType Modifier and Type Method Description default booleanEventProducer. addListener(EventListener listener, EventType eventType, int position, ReferenceType referenceType)Add a listener to the specified position of a queue of listeners.default booleanEventProducer. addListener(EventListener listener, EventType eventType, ReferenceType referenceType)Add a listener to the BEGINNING of a queue of listeners.booleanLocalEventProducer. addListener(EventListener listener, EventType eventType, int position, ReferenceType referenceType)Add a listener to the specified position of a queue of listeners.booleanLocalEventProducer. addListener(EventListener listener, EventType eventType, ReferenceType referenceType)Add a listener to the BEGINNING of a queue of listeners. -
Uses of ReferenceType in org.djutils.event.reference
Methods in org.djutils.event.reference that return ReferenceType Modifier and Type Method Description static ReferenceTypeReferenceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ReferenceType[]ReferenceType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-