public class AttachEvent
extends java.util.EventObject
| Constructor and Description |
|---|
AttachEvent(Component source)
Constructs an AttachEvent.
|
| Modifier and Type | Method and Description |
|---|---|
Component |
getSource() |
public AttachEvent(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