This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 41326 - Wrong implementation of Listener pattern
Summary: Wrong implementation of Listener pattern
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks: 27194
  Show dependency tree
 
Reported: 2004-03-25 07:57 UTC by Jaroslav Tulach
Modified: 2005-07-11 15:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2004-03-25 07:57:48 UTC
Listener should be interface, extend EventListener
and usually it should take EventObject argument
(observed at ActionsProviderListener)
Comment 1 Jan Jancura 2004-03-29 13:10:43 UTC
fixed in debugger_newAPI branch
Comment 2 Max Sauer 2005-07-11 15:20:19 UTC
Closing, outdated.