What is the translation of " CALLBACK METHOD " in Korean?

콜백 메서드를
콜백 메소드
callback method
콜백 메서드가
콜백 메서드
callback method

Examples of using Callback method in English and their translations into Korean

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
The drag event listener and callback method.
드래그 이벤트 리스너 및 콜백 메서드.
Both callback method and using SDK functions.
RealScan SDK는 콜백 방법과 SDK 사용 방법을 모두 지원합니다.
You can have both a listener and a callback method for View object.
View 객체에 대해 리스너 및 콜백 메서드를 모두 구성할 수 있습니다.
When overriding callback methods of PluginBase, do I need to call base. XXX()?
언제 PluginBase의 콜백메소드를 오버라이딩 해야 하나요, base. XXX() 를 호출 해야 하나요?
Delegates can be used to define callback methods.
대리자를 사용하여 콜백 메서드를 정의할 수 있습니다. Delegates can be used to define callback methods.
The ServiceConnection includes a callback method that the system calls to deliver the IBinder.
ServiceConnection 에는 IBinder 를 전달하기 위해 시스템이 호출하는 콜백 메서드가 포함됩니다.
To provide binding for a service, you must implement the onBind() callback method.
한 서비스에 대한 바인딩을 제공하려면, onBind() 콜백 메서드를 구현해야 합니다.
In the JavaScript push notification callback method, you must do the following steps.
JavaScript 푸시 알림 콜백 메소드에서 다음과 같은 단계를 수행해야 합니다.
An event listener is an interface in the View class that contains a single callback method.
이벤트 리스너란 View 클래스 내에 있는 인터페이스로, 하나의 콜백 메서드가 포함되어 있습니다.
Represents a callback method to be executed by a thread pool thread.
스레드 풀 스레드에 의해 실행될 콜백 메서드를 나타냅니다. Represents a callback method to be executed by a thread pool thread.
For example, if an app requests READ_CONTACTS access it might have the following callback method.
예를 들어, 앱이 READ_CONTACTS 액세스를 요청하는 경우 다음과 같은 콜백 메서드를 가질 수 있습니다.
This has made the callback method a bit more complex, but allows for much more freedom on how you set up your callbacks.
이것은 콜백 메소드를 좀 더 복잡하게 만들었지만, 콜백을 설정하는 방식에 대해 더 자유롭게 할 수 있습니다.
Both of these are described in more detail in the section The drag event listener and callback method.
드래그 이벤트 리스너와 콜백 메서드 모두에 대한 설명은 드래그 이벤트 리스너 및 콜백 메서드 섹션에 자세히 나와 있습니다.
This delegate represents a callback method to be executed by a thread pool thread.
스레드 풀 스레드에 의해 실행될 콜백 메서드를 나타냅니다. Represents a callback method to be executed by a thread pool thread.
During the drag, the system sends drag events to the drag event listeners or callback methods of each View in the layout.
드래그가 수행되는 동안, 시스템은 레이아웃에 포함된 각 뷰에 대한 드래그 이벤트 리스너 또는 콜백 메서드로 드래그 이벤트를 보냅니다.
Represents the callback method to invoke when the application domain is initialized.
애플리케이션 도메인이 초기화될 때 호출할 콜백 메서드를 나타냅니다. Represents the callback method to invoke when the application domain is initialized.
The most important part of your bound service implementation is defining the interface that your onBind() callback method returns.
바인드된 서비스를 구현할 때 가장 중요한 부분은 onBind() 콜백 메서드가 반환하는 인터페이스를 정의하는 것입니다.
If you use the callback method the session of the user will not be available because the GrabzIt servers are calling the handler and not the user.
콜백 메소드를 사용하는 경우 GrabzIt 서버가 사용자가 아닌 핸들러를 호출하므로 사용자 세션을 사용할 수 없습니다.
In this figure, you can see how each successive state of the activity determines which callback methods a fragment may receive.
이 그림에서는 프래그먼트가 어떤 콜백 메서드를 수신할지 여부는 액티비티의 각 연속된 상태에 따라 결정된다는 것을 보여줍니다.
To create a bound service, implement the onBind() callback method to return an IBinder that defines the interface for communication with the service.
바인드된 서비스를 생성하려면 onBind() 콜백 메서드를 구현하여 서비스와의 통신을 위한 인터페이스를 정의하는 IBinder 를 반환하도록 해야 합니다.
If you're building a custom component from View,then you will be able to define several callback methods used as default event handlers.
뷰에서 사용자 지정 구성 요소를 구축하는 경우,기본 이벤트 핸들러로 사용될 콜백 메서드를 여러 개 정의할 수 있게 됩니다.
When the system calls your onServiceConnected() callback method, you can begin making calls to the service, using the methods defined by the interface.
시스템이 onServiceConnected() 콜백 메서드를 호출하면, 인터페이스가 정의한 메서드를 사용하여 서비스에 호출을 시작해도 됩니다.
Alternatively, your script may extend MonoBehaviourPunCallbacks which enables you to override each callback method individually.
또한, 스크립트에서 각 콜백 메소드를 개별적으로 재정의할 수 있는 MonoBehaviourPunCallbacks 를 확장하여 작성할 수 있습니다.
Represents the callback method that specifies parts of the visual tree to omit from hit test processing.
적중 횟수 테스트 처리에서 생략할 시각적 트리 부분을 지정하는 콜백 메서드를 나타냅니다. Represents the callback method that specifies parts of the visual tree to omit from hit test processing.
To use it,you must subclass AsyncTask and implement the doInBackground() callback method, which runs in a pool of background threads.
이를 사용하려면 AsyncTask를 서브클래스로 지정한 다음, 백그라운드 스레드의 풀에서 실행되는 doInBackground() 콜백 메서드를 구현해야 합니다.
In its callback methods, you can specify the actions for the contextual action bar, respond to click events on action items, and handle other lifecycle events for the action mode.
콜백 메서드에서 상황별 작업 모음의 작업을 지정하고, 작업 항목에 대한 클릭 이벤트에 응답하고, 작업 모드에 대한 다른 수명 주기 이벤트를 처리합니다.
Within the various View classes that you will use to compose your layout, you may notice several public callback methods that look useful for UI events.
레이아웃을 작성하는 데 사용하게 되는 여러 가지 View 클래스 내에서 UI 이벤트에 유용해 보이는 여러 공개 콜백 메서드를 찾을 수 있습니다.
The callback method for MIXED type notifications gets called twice- once when the silent notification reaches the device and once when the application is opened by tapping on the notification.
MIXED 유형 알림에 대한 콜백 메소드는 두 번 호출됩니다(자동 알림이 디바이스에 도달할 때 한 번 호출되고 알림을 두드려서 애플리케이션이 열릴 때 한 번 호출됨).
This ability to refer to a method as a parameter makes delegates ideal for defining callback methods.
대리자에서는 이와 같이 메서드를 매개 변수로 취급할 수 있으므로 대리자는 콜백 메서드 정의에 이상적입니다. This ability to refer to a method as a parameter makes delegates ideal for defining callback methods.
To provide a layout for a fragment, you must implement the onCreateView() callback method, which the Android system calls when it's time for the fragment to draw its layout.
프래그먼트에 대해 레이아웃을 제공하려면 반드시 onCreateView() 콜백 메서드를 구현해야 합니다. 이것은 프래그먼트가 자신의 레이아웃을 그릴 때가 되면 Android 시스템이 호출하는 것입니다.
Results: 30, Time: 0.0539

How to use "callback method" in an English sentence

change callback method name for PECL standards.
The callback method itself contains the verification.
After the callback method setSessionContext is called, the EJB container calls the callback method ejbCreate.
Why not use a callback method instead ?
Data service parameter values and callback method paths.
Used to specify callback method of EJB lifecycle.
Specify the callback method with the onComplete property.
Supply callback class and its callback method name.
Callback method for gateway connection state change notifications.
Callback method that is invoked for received events.

How to use "콜백 메서드가" in a Korean sentence

그러므로 초기화 라이프사이클 콜백 메서드가 범위와 관계없이 모든 객체에서 호출되었더라고 설정된 소멸 라이프사이클 콜백은 호출되지 않는다.

Word-for-word translation

Top dictionary queries

English - Korean