Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
onclicklistenerを設定すると、バックグラウンドで実際に何が起こるか、誰かがリスナーインターフェースの仕組みを教えてもらえますか?
登録したリスナーはリスナーのリストに追加され、オペレーティングシステムがイベント(この場合はクリック)を受信すると、リスト内のすべてのリスナーで適切なメソッドを呼び出します。