public interface ParseErrorSource
ParseErrorEvent| Modifier and Type | Method and Description | 
|---|---|
void | 
addParseErrorListener(ParseErrorListener theListener)
Adds a parse error listener to the list of listeners. 
 | 
void | 
removeParseErrorListener(ParseErrorListener theListener)
Removes a parse error listener from the list of listeners. 
 | 
void addParseErrorListener(ParseErrorListener theListener)
theListener - Listener to be added.void removeParseErrorListener(ParseErrorListener theListener)
theListener - Listener to be removed.Copyright © 2014 BioJava. All rights reserved.