filmov
tv
Event Handling passing parameters

Показать описание
This is a more elaborated way of handling events that change actual data. In our calculator we add ActionListeners to the +,- and clear buttons that actually modify a total. I introduce the concept of a Model and hint at the Model View Controller pattern. You google that after viewing this vide.