| Package | com.aispeech.common |
| Class | public class EventAddToSameFunction |
| Inheritance | EventAddToSameFunction Object |
| Implements | IEventAddToSameFunction |
| Method | Defined 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 | ||
| EventAddToSameFunction | () | Constructor |
public function EventAddToSameFunction()| addEventsWithFunction | () | method |
public function addEventsWithFunction(parent:*, events:Array, handler:Function):voidadd events with one function
Parameters
parent:* | |
events:Array | |
handler:Function |
| removeEventsWithFunction | () | method |
public function removeEventsWithFunction(parent:*, events:Array, handler:Function):voidremove events with one function
Parameters
parent:* | |
events:Array | |
handler:Function |