Package | Description |
---|---|
app |
This package provides classes for applications and applets based on the
Java ARP signing avatar subsystem.
|
app.spa |
This package defines classes supporting the
SiGMLPlayerApplet
class. |
Modifier and Type | Class and Description |
---|---|
static class |
SToCApplet.SToCALogger
Logger implementation for a SToC Applet, using standard output
as the target for logging output, also providing a means
(
SToCApplet.SToCALogger.setLogEnabled(boolean) ) of dynamically switching logging
on and off. |
Modifier and Type | Method and Description |
---|---|
static void |
StateFlag.listAllTags(Logger logger)
Lists the tags for the state flags in this enumeration, on the given logger.
|
Constructor and Description |
---|
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.
|