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