public class ShortcutTriggeredEvent
extends java.util.EventObject
| Constructor and Description |
|---|
ShortcutTriggeredEvent(Component source,
Component target)
Constructs a shortcut triggered event.
|
| Modifier and Type | Method and Description |
|---|---|
Component |
getSource() |
Component |
getTarget() |
public ShortcutTriggeredEvent(Component source, @Nullable Component target)
source - the component on which the Event initially occurredtarget - the component which was focused when the Event occurredjava.lang.IllegalArgumentException - if source is null