안드로이드 세뇌교실 2–I Java interface 파트 2

Nanyoung Kim
1 min readAug 2, 2020

--

인터페이스 쓰임새 (not UI)

  • 다중 상속
  • 콜백 메소드

CALL BACK 메소드

  • 사용자가 버튼을 눌렀을 때 호출되는 메소드
  • 앱을 사용하다가 홈 버튼을 눌렀을 때 호츨되는 메소드
  • 다운로드가 완료되었으면 호출되는 메소드( ex. 알람 울리기)
  • onDownloadFinish() : onDownloadListener 인터페이스에 정의 되어있는 함수
  • Start() 안의 this 객체 : Downloader or onDownloadListener

CALL BACK 메소드는 보통 앞에 ‘on’ 이 붙는다.

CALL BACK 을 정의한 인터페이스는 보통 OnClickListener, OnTouchListener 등 Listener 가 붙는다.

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

No responses yet

Write a response