리스너는 영어 뜻 - 영어 번역

명사

한국어에서 리스너는 을 사용하는 예와 영어로 번역

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
리스너는 다음 동작을 수행해야 합니다.
Each listener should do the following.
주로 사용 되는 리스너는 AMQP나 JMS 같은 메시지 리스너가 주로 사용된다.
This is usually acheived using a messaging server like JMS or AMQP.
리스너는 이 작업 유형에 응답할 필요가 없습니다.
The listener does not need to react to any of these action types.
여러분의 이벤트 리스너는 my-button 요소를 클릭 이벤트로 감지해야 합니다.
Your event listener should listen tothe my-button element for click event.
리스너는 시스템에 부울 값 true 를 반환해야 합니다.
The listener should return boolean true to the system.
드래그 작업 중에 리스너는 주로 드래그 이벤트를 사용하여 뷰의 모양을 변경해야 하는지 여부를 결정합니다.
During the drag, listeners primarily use drag events to decide if they should change the appearance of their View.
리스너는 수신 한 각 피드를 feed 테이블에 저장합니다.
The listener stores each feed it receives in the feed table.
View 객체의 드래그 이벤트 리스너는 시스템이 드래그 작업을 종료할 때 이 이벤트 작업 유형을 수신합니다.
A View object's drag event listener receives this event action type when the system is ending the drag operation.
리스너는 이에 대한 응답으로 getAction() 을 호출하여 작업 유형을 가져와야 합니다.
The listeners should react by calling getAction() to get the action type.
View 객체의 드래그 이벤트 리스너는 사용자가 View 객체 위에 드래그 섀도우를 놓을 때 이 이벤트 작업 유형을 수신합니다.
A View object's drag event listener receives this event action type when the user releases the drag shadow over the View object.
리스너는 이벤트에 대한 응답으로 해당 View 객체의 모양을 변경할 수 있습니다.
The listener may choose to alter its View object's appearance in response to the event.
View 객체의 드래그 이벤트 리스너는 드래그 섀도우가 뷰의 경계 상자에 막 진입했을 때 이 이벤트 작업 유형을 수신합니다.
A View object's drag event listener receives this event action type when the drag shadow has just entered the bounding box of the View.
리스너는 경우에 따라 getResult() 를 호출하여 작업에 대한 자세한 정보를 확인할 수 있습니다.
The listener can optionally call getResult() to find out more about the operation.
음악은 매우 감동적인 예술 형태이며, 리스너는 음악이 표현되는 감정의 종류에 대해 매우 특히 수 있습니다.
Music is a very emotional art form, and the listener may be very particular about the type of feeling that the music portrays.
이벤트 리스너는 현재 JavaScript에서 이벤트를 처리하는 가장 일반적이고 선호 되는 방법입니다.
Event listeners are currently the most common and preferred way to handle events in JavaScript.
ACTION_DRAG_ENTERED 또는 ACTION_DRAG_LOCATION 에 대한 응답으로, 리스너는 뷰의 모양을 변경하여 드롭을 곧 수신하려고 한다는 것을 나타낼 수 있습니다.
In response to ACTION_DRAG_ENTERED or ACTION_DRAG_LOCATION, the listener can change the appearance of the View to indicate that it is about to receive a drop.
리스너는 수신 한 각 피드를 feed 테이블에 저장합니다. 주요 필드는 다음과 같습니다.
The listener stores each feed it receives in the feed table.The key fields are as below.
View 객체의 드래그 이벤트 리스너는 애플리케이션이 startDrag() 를 호출하고 드래그 섀도우를 가져온 직후에 이 이벤트 작업 유형을 수신합니다.
A View object's drag event listener receives this event action type just after the application calls startDrag() and gets a drag shadow.
리스너는 getResult() 를 호출하여 ACTION_DROP 에 대한 응답으로 반환된 값을 가져와야 합니다.
The listener must call getResult() to get the value that was returned in response to ACTION_DROP.
이 메서드의 시작 후는 리스너는 이벤트 소스로서 이 EventContext 인스턴스로 이벤트를 받을 수가 없습니다 (디스패치 처리중의 이벤트는 제외하다).
After this method is invoked, the listener will no longer receive events with this EventContext instance as the event source(except for those events already in the process of being dispatched).
리스너는 이 정보를 사용하여 뷰에서 터치 지점에 해당하는 부분의 모양을 변경하고자 할 수 있습니다.
The listener may want to use this information to alter the appearance of that part of the View that is at the touch point.
View 객체의 드래그 이벤트 리스너는 드래그 섀도우가 여전히 뷰의 경계 상자 내에 있는 동안 ACTION_DRAG_ENTERED 이벤트를 수신한 후에 이 이벤트 작업 유형을 수신합니다. ACTION_DRAG_EXITED.
A View object's drag event listener receives this event action type after it receives a ACTION_DRAG_ENTERED event while the drag shadow is still within the bounding box of the View. ACTION_DRAG_EXITED.
리스너는 수신하는 각 파일에 대해 데이터베이스에 항목을 작성하고 파일을 output/files 폴더의 파일 시스템에 셸의 현재 경로와 관련하여 씁니다.
The listener create an entry in the database for each file it receives, and writes files to the filesystem in the output/files folder, relative to the executing shell's current path.
View 객체의 드래그 이벤트 리스너는 ACTION_DRAG_ENTERED 및 하나 이상의 ACTION_DRAG_LOCATION 이벤트를 수신한 후와 사용자가 뷰의 경계 상자 밖으로 드래그 섀도우를 이동한 후에 이 이벤트 작업 유형을 수신합니다.
A View object's drag event listener receives this event action type after it receives a ACTION_DRAG_ENTERED and at least one ACTION_DRAG_LOCATION event, and after the user has moved the drag shadow outside the bounding box of the View.
결과: 24, 시각: 0.0233

최고 사전 질의

한국어 - 영어