uk.co.badgersinfoil.jactionscript
Class GotoFrame2Action

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

public class GotoFrame2Action
extends Action


Constructor Summary
GotoFrame2Action(boolean play)
           
 
Method Summary
 void accept(Visitor v)
           
 boolean getPlay()
           
 
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

GotoFrame2Action

public GotoFrame2Action(boolean play)
Method Detail

getPlay

public boolean getPlay()

accept

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