Package net.engio.mbassy.listener
Annotation Interface Listener
Configure how the listener is referenced in the event bus.
The bus will use either strong or weak references to its registered listeners,
depending on which reference type (@see References) is set.
-
Optional Element Summary
Optional Elements
-
Element Details
-
references
References referencesBY DEFAULT, MBassador usesWeakReference
. It is possible to use strong instead.- Default:
Weak
-