uk.co.badgersinfoil.jactionscript
Class GotoFrameAction

java.lang.Object
  |
  +--uk.co.badgersinfoil.jactionscript.Action
        |
        +--uk.co.badgersinfoil.jactionscript.GotoFrameAction

public class GotoFrameAction
extends Action


Constructor Summary
GotoFrameAction(int frame)
           
 
Method Summary
 void accept(Visitor v)
           
 int getFrame()
           
 
Methods inherited from class uk.co.badgersinfoil.jactionscript.Action
getMnemonic
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GotoFrameAction

public GotoFrameAction(int frame)
Method Detail

getFrame

public int getFrame()

accept

public void accept(Visitor v)
            throws JASVisitorException
Specified by:
accept in class Action
JASVisitorException