Packagecom.pcbsys.nirvana.client.event
Classpublic class nFindResultEvent
InheritancenFindResultEvent Inheritance nBaseNirvanaEvent Inheritance flash.events.Event

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



Public Properties
 PropertyDefined By
  result : Array
Returns the array that the event found.
nFindResultEvent
Public Methods
 MethodDefined By
  
nFindResultEvent(type:String)
nFindResultEvent
Property Detail
resultproperty
result:Array

Returns the array that the event found.


Implementation
    public function get result():Array
    public function set result(value:Array):void
Constructor Detail
nFindResultEvent()Constructor
public function nFindResultEvent(type:String)



Parameters
type:String