com.sybase.uep.bobclient.utils
Class ScreenPopper

java.lang.Object
  extended by com.sybase.uep.bobclient.utils.ScreenPopper
All Implemented Interfaces:
java.lang.Runnable

public class ScreenPopper
extends java.lang.Object
implements java.lang.Runnable

This is the Screen Popper helper class It will pop off screens from the UI stack

Author:
tdang

Constructor Summary
ScreenPopper(UIController app, net.rim.device.api.ui.Screen screen)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScreenPopper

public ScreenPopper(UIController app,
                    net.rim.device.api.ui.Screen screen)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable