Packagemochi.as3
Classpublic dynamic class MochiInventory
InheritanceMochiInventory Inheritance flash.utils.Proxy



Public Methods
 MethodDefined By
  
MochiInventory
  
addEventListener(eventType:String, delegate:Function):void
[static]
MochiInventory
  
release():void
MochiInventory
  
removeEventListener(eventType:String, delegate:Function):void
[static]
MochiInventory
  
triggerEvent(eventType:String, args:Object):void
[static]
MochiInventory
Protected Methods
 MethodDefined By
  
deleteProperty(name:*):Boolean
[override]
MochiInventory
  
getProperty(name:*):*
[override]
MochiInventory
  
hasProperty(name:*):Boolean
[override]
MochiInventory
  
nextName(index:int):String
[override]
MochiInventory
  
nextNameIndex(index:int):int
[override]
MochiInventory
  
setProperty(name:*, value:*):void
[override]
MochiInventory
Public Constants
 ConstantDefined By
  ERROR : String = Error
[static]
MochiInventory
  IO_ERROR : String = IoError
[static]
MochiInventory
  NOT_READY : String = InvNotReady
[static]
MochiInventory
  READY : String = InvReady
[static]
MochiInventory
  VALUE_ERROR : String = InvValueError
[static]
MochiInventory
  WRITTEN : String = InvWritten
[static]
MochiInventory
Constructor Detail
MochiInventory()Constructor
public function MochiInventory()



Method Detail
addEventListener()method
public static function addEventListener(eventType:String, delegate:Function):void

Parameters

eventType:String
 
delegate:Function

deleteProperty()method 
override flash_proxy function deleteProperty(name:*):Boolean

Parameters

name:*

Returns
Boolean
getProperty()method 
override flash_proxy function getProperty(name:*):*

Parameters

name:*

Returns
*
hasProperty()method 
override flash_proxy function hasProperty(name:*):Boolean

Parameters

name:*

Returns
Boolean
nextName()method 
override flash_proxy function nextName(index:int):String

Parameters

index:int

Returns
String
nextNameIndex()method 
override flash_proxy function nextNameIndex(index:int):int

Parameters

index:int

Returns
int
release()method 
public function release():void

removeEventListener()method 
public static function removeEventListener(eventType:String, delegate:Function):void

Parameters

eventType:String
 
delegate:Function

setProperty()method 
override flash_proxy function setProperty(name:*, value:*):void

Parameters

name:*
 
value:*

triggerEvent()method 
public static function triggerEvent(eventType:String, args:Object):void

Parameters

eventType:String
 
args:Object

Constant Detail
ERRORConstant
public static const ERROR:String = Error

IO_ERRORConstant 
public static const IO_ERROR:String = IoError

NOT_READYConstant 
public static const NOT_READY:String = InvNotReady

READYConstant 
public static const READY:String = InvReady

VALUE_ERRORConstant 
public static const VALUE_ERROR:String = InvValueError

WRITTENConstant 
public static const WRITTEN:String = InvWritten