org.gnu.gtk.event
Class TextBufferEvent
- Serializable
public class TextBufferEvent
This event represents TextBuffer events
TextBufferEvent(Object source, EventType type) - Construct a GtkEvent object with the specified source object and type.
|
TextBufferEvent
public TextBufferEvent(Object source,
EventType type)
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)
Compares to event types for equality
- true if the Types are the same