/** * Invokes the defineFont visitor on the given TagHandler. * * @param handler The SWF TagHandler. */ public void visit(TagHandler handler) { if (code == stagDefineFont2) handler.defineFont2(this); }
public void visit(TagHandler h) { h.doAction(this); }
public void visit(TagHandler h) { h.defineSprite(this); }
public void visit(TagHandler h) { if (code == stagDefineButton) h.defineButton(this); else h.defineButton2(this); }