public interface IPatternMatchListenerDelegate
consolePatternMatcherListeners
extension point.
Clients contributing a console pattern match listener extension are intended to implement this interface.
IPatternMatchListener
,
TextConsole
Modifier and Type | Method and Description |
---|---|
void |
connect(TextConsole console)
Notification that pattern matching will begin in the specified console.
|
void |
disconnect()
Notification that pattern matching has been completed in the console
this delegate was last connected to.
|
void |
matchFound(PatternMatchEvent event)
Notification that a match has been found.
|
void connect(TextConsole console)
console
- the console in which pattern matching will be performedvoid disconnect()
void matchFound(PatternMatchEvent event)
event
- event describing where the match was found
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.