Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Design Forum (formerly called the Flexible Java Forum) made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
What will be the implication, from a design and performance point of view, if you make an Object a listener to one Event and a generator of another type of event? For example, what if you make the Telephone object in your example implement the ActionListener interface and make the actionPerformed() method call the fireTelephoneRang() method like this
Replies: |
Sponsored Links
|