public class DetachEvent
extends java.util.EventObject
Constructor and Description |
---|
DetachEvent(Component source)
Constructs a DetachEvent.
|
Modifier and Type | Method and Description |
---|---|
Component |
getSource() |
public DetachEvent(Component source)
source
- the component on which the Event initially occurred.java.lang.IllegalArgumentException
- if source is null.public Component getSource()
getSource
in class java.util.EventObject