org.gnu.gnomevte.event
public class TerminalEvent extends GtkEvent
Nested Class Summary | |
---|---|
static class | TerminalEvent.Type
Type of a TerminalEvent. |
Constructor Summary | |
---|---|
TerminalEvent(Object source, EventType type)
Constructor for TerminalEvent. |
Method Summary | |
---|---|
boolean | isOfType(TerminalEvent.Type aType)
This method compares the type of the current event to
the one provided as an argument. |
Parameters: source the source of the event. type the event type.
Parameters: aType the type to compare to.
Returns: true
if the events are of same type.