org.ocd.dcf.event
Interface DCComponentListener

All Superinterfaces:
java.awt.event.ComponentListener, java.util.EventListener

public interface DCComponentListener
extends java.awt.event.ComponentListener

Since:
$Date: 2002/02/15 17:06:07 $
Version:
$Revision: 1.1 $
Author:
$Author: ocd_dino $, ocd_dino - ocd_dino@users.sourceforge.net (initial author)

Method Summary
 void componentDisposed(DCComponentEvent event)
          This event is fired when a Component is disposed
 void componentPlacedOnDesktop(DCComponentEvent event)
          This event is fired when a DCComponent is placed on the Desktop.
 void componentRemovedFromDesktop(DCComponentEvent event)
          This event is fired when a DCComponent is placed on the Desktop.
 
Methods inherited from interface java.awt.event.ComponentListener
componentHidden, componentMoved, componentResized, componentShown
 

Method Detail

componentDisposed

public void componentDisposed(DCComponentEvent event)
This event is fired when a Component is disposed

componentPlacedOnDesktop

public void componentPlacedOnDesktop(DCComponentEvent event)
This event is fired when a DCComponent is placed on the Desktop.

componentRemovedFromDesktop

public void componentRemovedFromDesktop(DCComponentEvent event)
This event is fired when a DCComponent is placed on the Desktop.