|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Listener interface for receiving a releasing or released DesignerEvent.
The listener object that extends this interface is registered with the DesignerManager using the manager's static addDesignerReleaseListener method. Designers use the DesignerManager's processDesignerEvent method to dispatch a releasing or released DesignerEvent. When such an event occurs, the relevant method in the listener object is invoked, and the DesignerEvent is passed to it.
Method Summary | |
void |
designerReleased(DesignerEvent e)
Invoked when designer is done releasing old components. |
void |
designerReleasing(DesignerEvent e)
Invoked when designer is releasing old components. |
Method Detail |
public void designerReleasing(DesignerEvent e)
public void designerReleased(DesignerEvent e)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |