org.openuat.apps.groupkey
Class appPair2Stub

java.lang.Object
  extended by org.openuat.apps.groupkey.appPair2Stub
All Implemented Interfaces:
java.lang.Runnable, javax.microedition.lcdui.CommandListener, ifListener

public class appPair2Stub
extends java.lang.Object
implements ifListener, javax.microedition.lcdui.CommandListener

Author:
Lukas

Constructor Summary
appPair2Stub(javax.microedition.lcdui.Display _display)
           
 
Method Summary
 void commandAction(javax.microedition.lcdui.Command c, javax.microedition.lcdui.Displayable s)
           
 void handleKeyEvent(byte[] _key, boolean _success)
           
 void handleStringEvent(java.lang.String _data, boolean _success)
          Wakes up the sleeping Thread as it got a String-message
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

appPair2Stub

public appPair2Stub(javax.microedition.lcdui.Display _display)
Method Detail

handleKeyEvent

public void handleKeyEvent(byte[] _key,
                           boolean _success)

handleStringEvent

public void handleStringEvent(java.lang.String _data,
                              boolean _success)
Description copied from interface: ifListener
Wakes up the sleeping Thread as it got a String-message

Specified by:
handleStringEvent in interface ifListener
Parameters:
_data - received data
_success - tells if there was success or not

commandAction

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

run

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


2005-2009, Rene Mayrhofer.