Packagecom.pcbsys.nirvana.client.event
Classpublic class nStoreEvent
InheritancenStoreEvent Inheritance nBaseNirvanaEvent Inheritance flash.events.Event

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



Public Properties
 PropertyDefined By
  store : nStore
Returns the nStore that the event found.
nStoreEvent
Public Methods
 MethodDefined By
  
nStoreEvent(type:String)
nStoreEvent
Property Detail
storeproperty
store:nStore

Returns the nStore that the event found.


Implementation
    public function get store():nStore
    public function set store(value:nStore):void
Constructor Detail
nStoreEvent()Constructor
public function nStoreEvent(type:String)



Parameters
type:String