SE450: Names in Observer Pattern [23/72] Previous pageContentsNext page

Name in Design Pattern
Actual Name (Swing buttons)
Subject
JButton
Observer
ActionListener
ConcreteObserver
the class that implements the ActionListener interface type
attach()
addActionListener()
notify() actionPerformed()

Previous pageContentsNext page