Package | com.aispeech.common |
Interface | public interface IEventAddToSameFunction |
Implementors | EventAddToSameFunction |
Method | Defined By | ||
---|---|---|---|
addEventsWithFunction(parent:*, events:Array, handler:Function):void
add events with one function
| IEventAddToSameFunction | ||
removeEventsWithFunction(parent:*, events:Array, handler:Function):void
remove events with one function
| IEventAddToSameFunction |
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 |