Uses of Class
esmska.data.Queue.Events

Packages that use Queue.Events
esmska.data   
 

Uses of Queue.Events in esmska.data
 

Methods in esmska.data that return Queue.Events
static Queue.Events Queue.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
 void Queue.addValuedListener(ValuedListener<Queue.Events,SMS> valuedListener)
           
 void Queue.removeValuedListener(ValuedListener<Queue.Events,SMS> valuedListener)