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 9316

Summary: Need of a methods to notify that a TopComponent has been opened and closed
Product: platform Reporter: Jaroslav Tulach <jtulach>
Component: -- Other --Assignee: David Simonek <dsimonek>
Status: CLOSED FIXED    
Severity: enhancement    
Priority: P4    
Version: 3.x   
Hardware: PC   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Jaroslav Tulach 2001-01-31 13:59:08 UTC
I think that there is a need for methods that one could override and be notified
that his component is about to be opened and also that it has been closed.

So let's add methods:

  protected void notifyOpened ();
  protected void notifyClosed ();

into the TopComponent class.
Comment 1 David Simonek 2001-03-07 16:53:56 UTC
Integrated.
Comment 2 Jaroslav Tulach 2001-03-07 18:15:43 UTC
x
Comment 3 Quality Engineering 2003-07-01 16:14:06 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.