FileDocCategorySizeDatePackage
ID3Visitable.javaAPI Docjid3 0.461338Sun Feb 06 18:11:25 GMT 2005org.blinkenlights.jid3.util

ID3Visitable

public interface ID3Visitable
A visitable interface, which allows for the implementation of the visitor pattern. All tags, and all frames within V2 tags, are visitable.
author
paul

Fields Summary
Constructors Summary
Methods Summary
public voidaccept(ID3Visitor oID3Visitor)
Accept a visitor.

param
oID3Visitor a visitor of this object