public interface IEventConsumer
VerifyEvents before the text viewer they are registered with.
If the event consumer marks events as processed by turning their
doit field to false the text viewer
subsequently ignores them.
Clients may implement this interface.
ITextViewerExtension2allows clients to manage
the VerifyListeners of a text viewer. This
makes IEventConsumer obsolete.
ITextViewer,
ITextViewerExtension2,
VerifyEvent| Modifier and Type | Method and Description |
|---|---|
void |
processEvent(VerifyEvent event)
Processes the given event and marks it as done if it should
be ignored by subsequent receivers.
|
void processEvent(VerifyEvent event)
event - the verify event which will be investigated
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.