example.mmademo
Interface Utils.BreadCrumbTrail

All Known Subinterfaces:
SimplePlayerGUI.Parent
All Known Implementing Classes:
SimplePlayer, SimplePlayerCanvas, SimplePlayerForm, SimpleTones
Enclosing class:
Utils

static interface Utils.BreadCrumbTrail

Interface to be implemented by classes that provide Back functionality.


Method Summary
 javax.microedition.lcdui.Displayable getCurrentDisplayable()
           
 javax.microedition.lcdui.Displayable go(javax.microedition.lcdui.Displayable d)
           
 javax.microedition.lcdui.Displayable goBack()
           
 void handle(java.lang.String name, java.lang.String url)
           
 javax.microedition.lcdui.Displayable replaceCurrent(javax.microedition.lcdui.Displayable d)
           
 

Method Detail

go

javax.microedition.lcdui.Displayable go(javax.microedition.lcdui.Displayable d)

goBack

javax.microedition.lcdui.Displayable goBack()

handle

void handle(java.lang.String name,
            java.lang.String url)

replaceCurrent

javax.microedition.lcdui.Displayable replaceCurrent(javax.microedition.lcdui.Displayable d)

getCurrentDisplayable

javax.microedition.lcdui.Displayable getCurrentDisplayable()