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 21044 - Delegate to Handlers, whenever possible.
Summary: Delegate to Handlers, whenever possible.
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-03-01 09:06 UTC by Svata Dedic
Modified: 2002-08-08 14:56 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Svata Dedic 2002-03-01 09:06:10 UTC
IMHO there are things, which are communicated directly between Storables, which
could be delegated to the Handlers layer. It adds a layer of indirection, yes,
but custom handlers may benefit from such behaviour. One of the examples may be
refDelete, which deletes composites without the handler (if already exists)
knowing that.
Comment 1 Martin Matula 2002-08-08 14:56:17 UTC
fixed