ch.randelshofer.media.iff
Interface IFFVisitor
- All Known Implementing Classes:
- ANIMDecoder, AnimMerger.Loader, EightSVXDecoder, IFFStructView.IFFModel, ILBMDecoder, PBMDecoder
public interface IFFVisitor
IFFVisitor is notified each time the IFFParser visits
a data chunk and when a group is entered or leaved.
- Version:
- 1.0 1999-10-19
enterGroup
void enterGroup(IFFChunk group)
throws ParseException,
AbortException
- Throws:
ParseException
AbortException
leaveGroup
void leaveGroup(IFFChunk group)
throws ParseException,
AbortException
- Throws:
ParseException
AbortException
visitChunk
void visitChunk(IFFChunk group,
IFFChunk chunk)
throws ParseException,
AbortException
- Throws:
ParseException
AbortException