Uses of Class
zisko.multicastor.program.model.MulticastSender.sendingMethod

Packages that use MulticastSender.sendingMethod
zisko.multicastor.program.model   
 

Uses of MulticastSender.sendingMethod in zisko.multicastor.program.model
 

Methods in zisko.multicastor.program.model that return MulticastSender.sendingMethod
static MulticastSender.sendingMethod MulticastSender.sendingMethod.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MulticastSender.sendingMethod[] MulticastSender.sendingMethod.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in zisko.multicastor.program.model with parameters of type MulticastSender.sendingMethod
 void MulticastSender.setActive(boolean active, MulticastSender.sendingMethod _method)
          Siehe public void setActive(boolean active).