aspose file tools
The moose likes Swing / AWT / SWT and the fly likes another good reason for seperate listener classes Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "another good reason for seperate listener classes" Watch "another good reason for seperate listener classes" New topic
Author

another good reason for seperate listener classes

Randall Twede
Ranch Hand

Joined: Oct 21, 2000
Posts: 4094
    
    1
i always thought adapters were a good idea. you don't have to write do nothing methods. but i was always extending JFrame so i couldn't use adapters.


SCJP
Michael Dunn
Ranch Hand

Joined: Jun 09, 2003
Posts: 4632
> but i was always extending JFrame so i couldn't use adapters.

another good reason not to extend JFrame
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: another good reason for seperate listener classes
 
Similar Threads
Adapter
JCA acceptability
JCOM vs JCA
Use of Interface
Implementaion of the interface provided by Sun to handle local and remote connections