com.hdcookbook.grin.test.bigjdk
Class MainRyanDirector

java.lang.Object
  extended by com.hdcookbook.grin.Director
      extended by com.hdcookbook.grin.test.RyanDirector
          extended by com.hdcookbook.grin.test.bigjdk.MainRyanDirector

public class MainRyanDirector
extends RyanDirector

This is part of the "Ryan's life" test show. It's mostly of historical interest; it still works, but some of the ways of structuring and using a show are passe.

Author:
Bill Foote (http://jovial.com)

Constructor Summary
MainRyanDirector()
           
 
Method Summary
 void init()
           
 void setFrame(int f)
           
 void setInteractiveMode(boolean on)
          Called when the user selectes interactive or movie mode
protected  void startCommentary()
           
 void startVideo()
          Called when initialization is done, so it's OK to start the video.
 void waitForVideoStartOK()
           
 
Methods inherited from class com.hdcookbook.grin.test.RyanDirector
createShow, setDirectorNumber
 
Methods inherited from class com.hdcookbook.grin.Director
getFeature, getNamedCommand, getPart, getSegment, getShow, notifyAssemblyPartSelected, notifyDestroyed, notifyNextFrame, notifySegmentActivated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MainRyanDirector

public MainRyanDirector()
Method Detail

init

public void init()
Overrides:
init in class RyanDirector

startVideo

public void startVideo()
Description copied from class: RyanDirector
Called when initialization is done, so it's OK to start the video.

Specified by:
startVideo in class RyanDirector

setInteractiveMode

public void setInteractiveMode(boolean on)
Description copied from class: RyanDirector
Called when the user selectes interactive or movie mode

Specified by:
setInteractiveMode in class RyanDirector

startCommentary

protected void startCommentary()
Specified by:
startCommentary in class RyanDirector

waitForVideoStartOK

public void waitForVideoStartOK()
                         throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException

setFrame

public void setFrame(int f)