org.ocd.dcf.event
Class DCComponentEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--org.ocd.dcf.event.DCComponentEvent
All Implemented Interfaces:
java.io.Serializable

public class DCComponentEvent
extends java.util.EventObject

Version:
 
Author:
$Author: ocd_dino $, ocd_dino - ocd_dino@users.sourceforge.net (initial author)
See Also:
Serialized Form

Field Summary
static int COMPONENT_DISPOSED
           
static int COMPONENT_PLACED_ON_DESKTOP
           
static int COMPONENT_REMOVED_FROM_DESKTOP
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DCComponentEvent(DCComponent pSource, int id)
          Creates new DCComponentEvent
 
Method Summary
 DCComponent getComponent()
          Get the DCComponent Source for this Event
 int getID()
          Get the Type of Event
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COMPONENT_DISPOSED

public static final int COMPONENT_DISPOSED

COMPONENT_PLACED_ON_DESKTOP

public static final int COMPONENT_PLACED_ON_DESKTOP

COMPONENT_REMOVED_FROM_DESKTOP

public static final int COMPONENT_REMOVED_FROM_DESKTOP
Constructor Detail

DCComponentEvent

public DCComponentEvent(DCComponent pSource,
                        int id)
Creates new DCComponentEvent
Method Detail

getComponent

public DCComponent getComponent()
Get the DCComponent Source for this Event

getID

public int getID()
Get the Type of Event