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 InvokeMessageHandler. invocationModeMethods in net.engio.mbassy.listener that return Invoke Modifier and Type Method Description Invokedelivery()Define the mode in which a message is delivered to each listener.static InvokeInvoke. 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.
-