org.gnu.gtk.event
Class TextBufferEvent
- Serializable
public class TextBufferEvent
This event represents TextBuffer events
TextBufferEvent(Object source, EventType type) - Superceeded by java-gnome 4.0; Signals all have individual
interfaces each with a single method corresponding to the
signature of the underlying callback.
|
boolean | isOfType(TextBufferEvent.Type test) - Superceeded by java-gnome 4.0; Signals all have individual
interfaces each with a single method corresponding to the
signature of the underlying callback.
|
TextBufferEvent
public TextBufferEvent(Object source,
EventType type)
Superceeded by java-gnome 4.0; Signals all have individual
interfaces each with a single method corresponding to the
signature of the underlying callback.
Construct a GtkEvent object with the specified source object and type.
source
- the object where the event originated.type
- the event type.
isOfType
public boolean isOfType(TextBufferEvent.Type test)
Superceeded by java-gnome 4.0; Signals all have individual
interfaces each with a single method corresponding to the
signature of the underlying callback.
Compares to event types for equality
- true if the Types are the same