ISourceModelEvent.EventType Class
- public static final class ISourceModelEvent.EventType
extends Object
The type of change indicated by the event. There are three types, each static objects that can be
compared directly via references.
-
Hierarchy
-
Object
ISourceModelEvent.EventType
-
Enclosing interface
-
ISourceModelEvent
CHANGE
public static final ISourceModelEvent.EventType
CHANGE
- An ISourceModelEvent indicating a change to the source model text (atomic removal and insert) or
to a line attribute.
INSERT
public static final ISourceModelEvent.EventType
INSERT
- An ISourceModelEvent indicating an insertion of text.
REMOVE
public static final ISourceModelEvent.EventType
REMOVE
- An ISourceModelEvent indicating a removal of text.
toString() Method
public String
toString()
-
Overrides
-
Object.toString()