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 addCommandUI(org.microemu.device.ui.CommandUI cmd)
           
 void hideNotify()
           
 void invalidate()
           
 void removeCommandUI(org.microemu.device.ui.CommandUI 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

addCommandUI

public void addCommandUI(org.microemu.device.ui.CommandUI cmd)
Specified by:
addCommandUI in interface org.microemu.device.ui.DisplayableUI

removeCommandUI

public void removeCommandUI(org.microemu.device.ui.CommandUI cmd)
Specified by:
removeCommandUI 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-2009 MicroEmulator Team. All Rights Reserved.