public class ComponentEvent extends EventObject
Modifier and Type | Class and Description |
---|---|
static class |
ComponentEvent.EventType |
source
Constructor and Description |
---|
ComponentEvent(Object source,
ComponentEvent.EventType t)
Creates a new instance of ComponentEvent
|
Modifier and Type | Method and Description |
---|---|
ComponentEvent.EventType |
getEventType() |
String |
toString() |
getSource
public ComponentEvent(Object source, ComponentEvent.EventType t)
public ComponentEvent.EventType getEventType()
public String toString()
toString
in class EventObject