com.hdcookbook.grin.test.bigjdk
Class GenericDirector

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

public class GenericDirector
extends Director

This is a subclass of the GRIN director class that fakes out GRIN to accept any extensions of the GRIN syntax. The extensions are ignored, with default behavior put in.

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

Constructor Summary
GenericDirector()
           
 
Method Summary
 
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

GenericDirector

public GenericDirector()