|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TagValueWrapper
Interface for TagValueListeners that wrap other TagValueListeners
Implementations will tend to intercept the tags or values as they stream through and modify them in some manner before forwarding them to the delegate listener. Using classes derived from SimpleTagValueWrapper, it is possible to build up complex chains of handlers that process and collate information as it streams through.
Method Summary | |
---|---|
TagValueListener |
getDelegate()
get listener to which all calls will be delegated |
void |
setDelegate(TagValueListener delegate)
set listener to which all calls will be delegated |
Methods inherited from interface org.biojava.bio.program.tagvalue.TagValueListener |
---|
endRecord, endTag, startRecord, startTag, value |
Method Detail |
---|
TagValueListener getDelegate()
void setDelegate(TagValueListener delegate)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |