| Package | com.pluraprocessing.node.affiliate.web |
| Class | public class PluraEvent |
| Inheritance | PluraEvent flash.events.Event |
PluraEvent class represents the event object dispatched in the Plura class.
| Property | Defined by | ||
|---|---|---|---|
| result : Number = 0
The number of work units completed by the client specified in the call to
getWorkUnitsCompletedByClient. | PluraEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
PluraEvent(type:String, r:Number)
| PluraEvent | ||
| Constant | Defined 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 | ||
| result | property |
public var result:Number = 0
The number of work units completed by the client specified in the call to getWorkUnitsCompletedByClient.
| PluraEvent | () | constructor |
public function PluraEvent(type:String, r:Number)Parameters
type:String |
|
r:Number |
| PLURA_ERROR | constant |
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_SUCCESS | constant |
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:
| Property | Value |
|---|---|
| result | The number of work units completed by the client specified in the call to getWorkUnitsCompletedByClient. |