Packagecom.pcbsys.nirvana.client.event
Classpublic class nConnectedEvent
InheritancenConnectedEvent Inheritance nBaseNirvanaEvent Inheritance flash.events.Event

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



Public Properties
 PropertyDefined By
  stream : nDataStream
Returns the stream that the event found.
nConnectedEvent
Public Methods
 MethodDefined By
  
nConnectedEvent(eventType:String)
nConnectedEvent
Property Detail
streamproperty
stream:nDataStream

Returns the stream that the event found.


Implementation
    public function get stream():nDataStream
    public function set stream(value:nDataStream):void
Constructor Detail
nConnectedEvent()Constructor
public function nConnectedEvent(eventType:String)



Parameters
eventType:String