org.xiph.speex.player
Class RecorderApplet
JApplet
org.xiph.speex.player.RecorderApplet
public class RecorderApplet
extends JApplet
JavaSound Recorder Applet.
This is simply a Recorder Panel placed inside an applet.
- Marc Gimpel, Wimba S.A. (mgimpel@horizonwimba.com)
void | destroy() - Called by the browser or applet viewer to inform this applet that it is
being reclaimed and that it should destroy any resources that it has
allocated.
|
void | init() - Initialize Applet.
|
void | initGUI() - Initialize Applet, but run from the event-dispatching thread.
|
void | start() - Called by the browser or applet viewer to inform this applet that it
should start its execution.
|
void | stop() - Called by the browser or applet viewer to inform this applet that it
should stop its execution.
|
filename
private String filename
destroy
public void destroy()
Called by the browser or applet viewer to inform this applet that it is
being reclaimed and that it should destroy any resources that it has
allocated. The stop
method will always be called before
destroy
.
init
public void init()
Initialize Applet.
Called by the browser or applet viewer to inform this applet that it has
been loaded into the system. It is always called before the first time
that the start
method is called.
initGUI
public void initGUI()
Initialize Applet, but run from the event-dispatching thread.
start
public void start()
Called by the browser or applet viewer to inform this applet that it
should start its execution. It is called after the init
method and each time the applet is revisited in a Web page.
stop
public void stop()
Called by the browser or applet viewer to inform this applet that it
should stop its execution. It is called when the Web page that contains
this applet has been replaced by another page, and also just before the
applet is to be destroyed.
Copyright © 1999-2004 Wimba S.A. All Rights Reserved.