| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
| 29 | 30 | 31 |
Tags
- jsp
- 맥린이
- Program
- 내장객체
- controller
- Framework
- handlerMapping
- mybatis
- 프롬프트
- App
- ERD
- tiles
- HTTP
- setAttribute
- getAttribute
- backend
- pattern
- UML
- FrontController
- system developer
- Agile
- usecasediagram
- getParameter
- classdiagram
- NOTE
- MVC
- Cloud
- Spring
- command
- DevOps
Archives
- Today
- Total
시작은 언제라도
callback 본문
즉, 콜백 함수란
1. 다른 함수의 인자로써 이용되는 함수.
2. 어떤 이벤트에 의해 호출되어지는 함수
컴퓨터공학에서 이벤트는 "어떤 일이 발생했다"로 받아들여도 좋다.
in other words "called at the back" of the other function.
다른 말로 바꿔 말해서, Callback은 called at the back 을 의미한다!