|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.gtk.event.GtkEvent
org.gnu.gnomevte.event.TerminalEvent
org.gnome.vte
public class TerminalEvent
An event representing an action by a Terminal
widget.
This event is fired for every generic event that requires no exra information.
Nested Class Summary | |
---|---|
static class |
TerminalEvent.Type
Deprecated. Type of a TerminalEvent. |
Field Summary |
---|
Fields inherited from class org.gnu.gtk.event.GtkEvent |
---|
source, type |
Constructor Summary | |
---|---|
TerminalEvent(java.lang.Object source,
org.gnu.glib.EventType type)
Deprecated. Constructor for TerminalEvent. |
Method Summary | |
---|---|
boolean |
isOfType(TerminalEvent.Type aType)
Deprecated. This method compares the type of the current event to the one provided as an argument. |
Methods inherited from class org.gnu.gtk.event.GtkEvent |
---|
getSource, getType, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TerminalEvent(java.lang.Object source, org.gnu.glib.EventType type)
source
- the source of the event.type
- the event type.Method Detail |
---|
public boolean isOfType(TerminalEvent.Type aType)
aType
- the type to compare to.
true
if the events are of same type.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |