Object-Oriented Programming with Java Lecture Notes

8 April 2008 • Event Handling


Name space problems could occur if the panel class has to implement two listener interfaces that define methods with the same name. That seems unlikely because the method names are emblazoned with the event name and different listeners should be handling different events.


This page last modified on 24 January 2006.