Package org.biojava.bio.annodb
Interface IndexedAnnotationDB.ParserListenerFactory
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
IndexedAnnotationDB.StaticMethodRPFactory
- Enclosing class:
- IndexedAnnotationDB
public static interface IndexedAnnotationDB.ParserListenerFactory extends Serializable
A factory for retrieving parsers and listeners.- Since:
- 1.3
- Author:
- Matthew Pocock
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParserListener
getParserListener(TagValueListener listener)
Get the ParserListener for a TagValueListener.
-
-
-
Method Detail
-
getParserListener
ParserListener getParserListener(TagValueListener listener)
Get the ParserListener for a TagValueListener.- Parameters:
listener
- the TagValueListener to process- Returns:
- the ParserListener for this
-
-