public final class ShellEvent extends TypedEvent
Modifier and Type | Field and Description |
---|---|
boolean |
doit
A flag indicating whether the operation should be allowed.
|
(package private) static long |
serialVersionUID |
data, display, time, widget
Constructor and Description |
---|
ShellEvent(Event e)
Constructs a new instance of this class based on the
information in the given untyped event.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Returns a string containing a concise, human-readable
description of the receiver.
|
getName
public boolean doit
false
will cancel the operation.static final long serialVersionUID
public ShellEvent(Event e)
e
- the untyped event containing the informationpublic java.lang.String toString()
toString
in class TypedEvent