app
Interface MultimediaApp

All Known Implementing Classes:
AbstractMultimediaApp

public interface MultimediaApp

The requirements of a multimedia Applet/application

See Also:
"The Design and Implementation of Multimedia Software © 2011"

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

destroy

void destroy()
Called to indicate that this MultimediaApp should destroy any resources that it has allocated


init

void init()
Called to indicate that this MultimediaApp has been loaded


setMultimediaRootPaneContainer

void setMultimediaRootPaneContainer(MultimediaRootPaneContainer container)
Set the MultimediaRootPaneContainer for the MultimediaApp In most cases, the MultimediaRootPaneContainer will be either a MultimediaApplication or a MultimediaApplet

Parameters:
container - The RootPaneContainer for this MultimediaApp

start

void start()
Called to indicate that this MultimediaApp has been started


stop

void stop()
Called to indicate that this MultimediaApp has been stopped



Design and Implementation of Multimedia Software, Jones and Bartlett Publishers