org.openbandy.ui
Interface BandyDisplayable

All Known Implementing Classes:
LogImpl, PreferencesForm, ProgressAlert, SelectBtDeviceForm, SelectFilterLevelForm, SelectLogLevelForm, SelectLogModeForm, Tests

public interface BandyDisplayable

The BandyDisplayable introduces a new method 'show', which is imho missing in javax.microedition.lcdui.Displayable. NOTE Any class implementing the BandyDisplayalb interface MUST be of type javax.microedition.lcdui.Displayable!!

(c) Copyright P. Bolliger 2007, ALL RIGHTS RESERVED.

Version:
1.0
Author:
Philipp Bolliger (philipp@bolliger.name)

Method Summary
 void show(javax.microedition.lcdui.Display display, javax.microedition.lcdui.Displayable previousDisplayable)
          Tells the BandyDisplayable to set itself as the current screen.
 

Method Detail

show

void show(javax.microedition.lcdui.Display display,
          javax.microedition.lcdui.Displayable previousDisplayable)
Tells the BandyDisplayable to set itself as the current screen.

Parameters:
display - The MIDlets display
previousDisplayable - The displayable that is shown before this one