lc.foundation.util 패키지에는 문서 서버의 메시지를 처리할 때 유용한 클래스와 구성 요소가 들어 있습니다. 이러한 클래스는 데이터 공급자의 비동기 호출을 처리할 때 유용합니다.
함수
| 함수 | 설명 | |
|---|---|---|
| addOneShotEventListener | Add an event listener to the specified event dispatcher ensuring that it will only fire once. | |
| addParams | Create an adapter function that calls the provided function with the provided parameters, appending any parameters passed in when it is invoked. | 
클래스
| 클래스 | 설명 | |
|---|---|---|
| CollectionToken | The CollectionToken class represents a token for asynchronous calls that return a collection. | |
| CompositeMessage | The CompositeMessage class encapsulates a composite message. | |
| DefaultResponder | The DefaultResponder class is an implementation of the mx.rpc.IResponder interface. | |
| ObjectToken | The ObjectToken class represents a token for an asynchronous call that returns an object. | |
| Token | The Token class provides a mechanism to specify handlers for asynchronous calls. | 
Tue Jun 12 2018, 03:32 PM Z