com.sybase.uep.bobclient.utils
Class ScreenPusher

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

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

This is the Screen Pusher helper class It will push screens onto the UI stack

Author:
tdang

Constructor Summary
ScreenPusher(IBOBScreen screen)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScreenPusher

public ScreenPusher(IBOBScreen screen)
Method Detail

run

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