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 41327 - LazyListener is unusual pattern
Summary: LazyListener is unusual pattern
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks: 27194
  Show dependency tree
 
Reported: 2004-03-25 07:59 UTC by Jaroslav Tulach
Modified: 2005-07-11 15:18 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:59:28 UTC
I was not able to understand how to use and for
what purpose the Lazy.*Listener pattern. Please
document it.
Comment 1 Jan Jancura 2004-05-24 10:09:52 UTC
documentation has been updated:

Checking in
api/src/org/netbeans/api/debugger/LazyActionsManagerListener.java;
/cvs/debuggercore/api/src/org/netbeans/api/debugger/LazyActionsManagerListener.java,v
 <--  LazyActionsManagerListener.java
new revision: 1.2; previous revision: 1.1
done
Checking in
api/src/org/netbeans/api/debugger/LazyDebuggerManagerListener.java;
/cvs/debuggercore/api/src/org/netbeans/api/debugger/LazyDebuggerManagerListener.java,v
 <--  LazyDebuggerManagerListener.java
new revision: 1.4; previous revision: 1.3
done
Processing log script arguments...
More commits to come...
Checking in src/org/netbeans/modules/debugger/ui/actions/FixAction.java;
/cvs/debuggercore/src/org/netbeans/modules/debugger/ui/actions/FixAction.java,v
 <--  FixAction.java
new revision: 1.5; previous revision: 1.4
done
Comment 2 Max Sauer 2005-07-11 15:18:34 UTC
Closing.