Uses of Class
esmska.data.Queue.Events
-
Packages that use Queue.Events Package Description esmska.data -
-
Uses of Queue.Events in esmska.data
Methods in esmska.data that return Queue.Events Modifier and Type Method Description static Queue.EventsQueue.Events. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Queue.Events[]Queue.Events. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in esmska.data with type arguments of type Queue.Events Modifier and Type Method Description voidQueue. addValuedListener(ValuedListener<Queue.Events,SMS> valuedListener)voidQueue. removeValuedListener(ValuedListener<Queue.Events,SMS> valuedListener)
-