de.enough.polish.midp.ui
Class NativeCommandListener

java.lang.Object
  extended by de.enough.polish.midp.ui.NativeCommandListener
All Implemented Interfaces:
CommandListener

public class NativeCommandListener
extends Object
implements CommandListener

Wraps a J2ME Polish CommandListener into a native CommandListener

Copyright Enough Software 2008

Author:
Robert Virkus, j2mepolish@enough.de

Constructor Summary
NativeCommandListener(CommandListener listener, Displayable displayable)
           
 
Method Summary
 void commandAction(Command cmd, Displayable dis)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NativeCommandListener

public NativeCommandListener(CommandListener listener,
                             Displayable displayable)
Method Detail

commandAction

public void commandAction(Command cmd,
                          Displayable dis)
Specified by:
commandAction in interface CommandListener