|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapp.AbstractMultimediaApp
public abstract class AbstractMultimediaApp
An abstract implementation of the MultimediaApp interface that includes empty implementations of the "transition" methods
Field Summary | |
---|---|
protected MultimediaRootPaneContainer |
rootPaneContainer
|
Constructor Summary | |
---|---|
AbstractMultimediaApp()
|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected MultimediaRootPaneContainer rootPaneContainer
Constructor Detail |
---|
public AbstractMultimediaApp()
Method Detail |
---|
public void destroy()
destroy
in interface MultimediaApp
public void init()
init
in interface MultimediaApp
public void setMultimediaRootPaneContainer(MultimediaRootPaneContainer container)
setMultimediaRootPaneContainer
in interface MultimediaApp
container
- The RootPaneContainer for this MultimediaApppublic void start()
start
in interface MultimediaApp
public void stop()
stop
in interface MultimediaApp
|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |