org.placelab.midp
Class EventLoggerUI

java.lang.Object
  extended byorg.placelab.midp.EventLoggerUI
All Implemented Interfaces:
javax.microedition.lcdui.CommandListener, UIComponent

public class EventLoggerUI
extends java.lang.Object
implements javax.microedition.lcdui.CommandListener, UIComponent


Constructor Summary
EventLoggerUI(javax.microedition.lcdui.Display display, UIComponent back)
           
 
Method Summary
 void commandAction(javax.microedition.lcdui.Command c, javax.microedition.lcdui.Displayable s)
           
 void showUI(UIComponent from)
          used by one component to activate another component
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventLoggerUI

public EventLoggerUI(javax.microedition.lcdui.Display display,
                     UIComponent back)
Method Detail

commandAction

public void commandAction(javax.microedition.lcdui.Command c,
                          javax.microedition.lcdui.Displayable s)
Specified by:
commandAction in interface javax.microedition.lcdui.CommandListener

showUI

public void showUI(UIComponent from)
Description copied from interface: UIComponent
used by one component to activate another component

Specified by:
showUI in interface UIComponent