|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MultimediaApp
The requirements of a multimedia Applet/application
| Method Summary | |
|---|---|
void |
destroy()
Called to indicate that this MultimediaApp should destroy any resources that it has allocated |
void |
init()
Called to indicate that this MultimediaApp has been loaded |
void |
setMultimediaRootPaneContainer(MultimediaRootPaneContainer container)
Set the MultimediaRootPaneContainer for the MultimediaApp In most cases, the MultimediaRootPaneContainer will be either a MultimediaApplication or a MultimediaApplet |
void |
start()
Called to indicate that this MultimediaApp has been started |
void |
stop()
Called to indicate that this MultimediaApp has been stopped |
| Method Detail |
|---|
void destroy()
void init()
void setMultimediaRootPaneContainer(MultimediaRootPaneContainer container)
container - The RootPaneContainer for this MultimediaAppvoid start()
void stop()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||