Packagecom.pcbsys.nirvana.client.event
Classpublic class nQueueReaderEvent
InheritancenQueueReaderEvent Inheritance nBaseNirvanaEvent Inheritance flash.events.Event

This class will be used by event dispatchers when events are required



Public Properties
 PropertyDefined By
  reader : nQueueReader
Returns the nQueueReader that the event found.
nQueueReaderEvent
Public Methods
 MethodDefined By
  
nQueueReaderEvent(type:String)
nQueueReaderEvent
Property Detail
readerproperty
reader:nQueueReader

Returns the nQueueReader that the event found.


Implementation
    public function get reader():nQueueReader
    public function set reader(value:nQueueReader):void
Constructor Detail
nQueueReaderEvent()Constructor
public function nQueueReaderEvent(type:String)



Parameters
type:String