java.io.Serializablepublic class JShellEvent
extends java.util.EventObject
JShellPanel.| Modifier and Type | Class | Description |
|---|---|---|
static class |
JShellEvent.EventType |
the type of event.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected JShellEvent.EventType |
m_Type |
the event type.
|
| Constructor | Description |
|---|---|
JShellEvent(JShellPanel source,
JShellEvent.EventType type) |
Constructs a prototypical Event.
|
| Modifier and Type | Method | Description |
|---|---|---|
JShellPanel |
getPanel() |
Returns the panel that triggered the event.
|
JShellEvent.EventType |
getType() |
Returns the event type.
|
protected JShellEvent.EventType m_Type
public JShellEvent(JShellPanel source, JShellEvent.EventType type)
source - the panel on which the Event initially occurredjava.lang.IllegalArgumentException - if source is nullpublic JShellPanel getPanel()
public JShellEvent.EventType getType()
Copyright © 2018. All Rights Reserved.