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
Fields inherited from class java.util.EventObject |
source |
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 |
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
DCComponentEvent
public DCComponentEvent(DCComponent pSource,
int id)
- Creates new DCComponentEvent
getComponent
public DCComponent getComponent()
- Get the DCComponent Source for this Event
getID
public int getID()
- Get the Type of Event