Constructors in player with parameters of type JASocketPlayerEventHandler |
JASocketPlayer(JAOptions jopts,
JACanvasEmbedder embedder,
AvatarEventHandler aehdlr,
JASocketPlayerEventHandler lpeh,
SpeedProvider sp)
Constructs a new JASocketPlayer , with the the given JA
options, avatar-canvas embedder, avatar-event handler, and
player-event handler, and with its cyclic-play flag OFF and its
auto-play flag ON, intially. |
JASocketPlayer(JAOptions jopts,
JACanvasEmbedder embedder,
AvatarEventHandler aehdlr,
JASocketPlayerEventHandler lpeh,
SpeedProvider sp,
boolean cyclic,
boolean onesign,
boolean auto)
Constructs a new JASocketPlayer , with the given JA options,
given avatar-canvas embedder, avatar-event handler, player-event
handler, and initial settings of its cyclic-play and auto-play flags. |
JASocketPlayer(JAOptions jopts,
JACanvasEmbedder embedder,
JASocketPlayerEventHandler lpeh)
Constructs a new JASocketPlayer , with the given JA options,
avatar-canvas embedder and player-event handler, with no avatar-event
handler, and with its cyclic-play flag OFF and its auto-play flag
ON, intially. |