|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A pattern match listener delegate is notified of regular expression matches
in a text console. A delegate is contributed via the
consolePatternMatcherListeners
extension point.
Clients contributing a console pattern match listener extension are intended to implement this interface.
IPatternMatchListener
,
TextConsole
Method Summary | |
---|---|
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. |
Method Detail |
public void connect(TextConsole console)
console
- the console in which pattern matching will be performedpublic void disconnect()
public void matchFound(PatternMatchEvent event)
event
- event describing where the match was found
|
Eclipse Platform Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.