Uses of Class
net.engio.mbassy.listener.Invoke
-
Packages that use Invoke Package Description net.engio.mbassy.listener -
-
Uses of Invoke in net.engio.mbassy.listener
Fields in net.engio.mbassy.listener declared as Invoke Modifier and Type Field Description private Invoke
MessageHandler. invocationMode
Methods in net.engio.mbassy.listener that return Invoke Modifier and Type Method Description Invoke
delivery()
Define the mode in which a message is delivered to each listener.static Invoke
Invoke. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Invoke[]
Invoke. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-