org.microemu.device.impl.ui
Class DisplayableImplUI

java.lang.Object
  extended by org.microemu.device.impl.ui.DisplayableImplUI
All Implemented Interfaces:
org.microemu.device.ui.DisplayableUI

public class DisplayableImplUI
extends java.lang.Object
implements org.microemu.device.ui.DisplayableUI


Constructor Summary
DisplayableImplUI()
           
 
Method Summary
 void addCommand(javax.microedition.lcdui.Command cmd)
           
 void hideNotify()
           
 void invalidate()
           
 void removeCommand(javax.microedition.lcdui.Command cmd)
           
 void setCommandListener(javax.microedition.lcdui.CommandListener l)
           
 void showNotify()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DisplayableImplUI

public DisplayableImplUI()
Method Detail

addCommand

public void addCommand(javax.microedition.lcdui.Command cmd)
Specified by:
addCommand in interface org.microemu.device.ui.DisplayableUI

removeCommand

public void removeCommand(javax.microedition.lcdui.Command cmd)
Specified by:
removeCommand in interface org.microemu.device.ui.DisplayableUI

setCommandListener

public void setCommandListener(javax.microedition.lcdui.CommandListener l)
Specified by:
setCommandListener in interface org.microemu.device.ui.DisplayableUI

hideNotify

public void hideNotify()
Specified by:
hideNotify in interface org.microemu.device.ui.DisplayableUI

showNotify

public void showNotify()
Specified by:
showNotify in interface org.microemu.device.ui.DisplayableUI

invalidate

public void invalidate()
Specified by:
invalidate in interface org.microemu.device.ui.DisplayableUI


Copyright © 2001-2008 MicroEmulator Team. All Rights Reserved.