Packagecom.pluraprocessing.node.affiliate.web
Classpublic class PluraEvent
InheritancePluraEvent Inheritance flash.events.Event

Class PluraEvent. The PluraEvent class represents the event object dispatched in the Plura class.



Public Properties
 PropertyDefined by
  result : Number = 0
The number of work units completed by the client specified in the call to getWorkUnitsCompletedByClient.
PluraEvent
Public Methods
 MethodDefined by
  
PluraEvent(type:String, r:Number)
PluraEvent
Public Constants
 ConstantDefined by
  PLURA_ERROR : String = "error"
[static] The PluraEvent.PLURA_ERROR constant defines the value of the type property of the event object for a pluraError event.
PluraEvent
  PLURA_SUCCESS : String = "success"
[static] The PluraEvent.PLURA_SUCCESS constant defines the value of the type property of the event object for a pluraSuccess event.
PluraEvent
Property detail
resultproperty
public var result:Number = 0

The number of work units completed by the client specified in the call to getWorkUnitsCompletedByClient.

Constructor detail
PluraEvent()constructor
public function PluraEvent(type:String, r:Number)Parameters
type:String
 
r:Number
Constant detail
PLURA_ERRORconstant
public static const PLURA_ERROR:String = "error"

The PluraEvent.PLURA_ERROR constant defines the value of the type property of the event object for a pluraError event.

PLURA_SUCCESSconstant 
public static const PLURA_SUCCESS:String = "success"

The PluraEvent.PLURA_SUCCESS constant defines the value of the type property of the event object for a pluraSuccess event.

The properties of the event object have the following values:

PropertyValue
resultThe number of work units completed by the client specified in the call to getWorkUnitsCompletedByClient.