Uses of Interface
app.util.Logger

Packages that use Logger
app.spa This package defines classes supporting the SiGMLPlayerApplet class. 
 

Uses of Logger in app.spa
 

Methods in app.spa with parameters of type Logger
static void StateFlag.listAllTags(Logger logger)
          Lists the tags for the state flags in this enumeration, on the given logger.
 

Constructors in app.spa with parameters of type Logger
EDTState(Logger logger)
          Constructs a new state with no flags, and using the given logger (which may be null if logging is not required).
SimplerSPAEventStreamChannel(Logger lggr)
          Constructs a new event channel, using the given logger.
SPAEventDispatcher(jautil.JAOptions opts, netscape.javascript.JSObject htmlwin, Logger lggr, SPAEventStreamSource evtsrc, player.JACanvasEmbedder embedder, player.AvatarEventHandler aeh, player.JALoadingPlayerEventHandler lpeh, java.lang.Runnable haltevtgen, OneShotTimeoutBarrier sdbarrier)
          Constructs a new SiGML Player Applet event stream processor.
SPAEventStreamChannel(Logger lggr)
          Constructs a new event channel, using the given logger.