Packagecom.aispeech.common
Classpublic class EventAddToSameFunction
InheritanceEventAddToSameFunction Inheritance Object
Implements IEventAddToSameFunction



Public Methods
 MethodDefined By
  
EventAddToSameFunction
  
addEventsWithFunction(parent:*, events:Array, handler:Function):void
add events with one function
EventAddToSameFunction
  
removeEventsWithFunction(parent:*, events:Array, handler:Function):void
remove events with one function
EventAddToSameFunction
Constructor Detail
EventAddToSameFunction()Constructor
public function EventAddToSameFunction()



Method Detail
addEventsWithFunction()method
public function addEventsWithFunction(parent:*, events:Array, handler:Function):void

add events with one function

Parameters

parent:*
 
events:Array
 
handler:Function

removeEventsWithFunction()method 
public function removeEventsWithFunction(parent:*, events:Array, handler:Function):void

remove events with one function

Parameters

parent:*
 
events:Array
 
handler:Function