com.xtremelabs.robolectric.shadows
Class ShadowKeyEvent

java.lang.Object
  extended by com.xtremelabs.robolectric.shadows.ShadowKeyEvent

@Implements(value=android.view.KeyEvent.class)
public class ShadowKeyEvent
extends java.lang.Object


Constructor Summary
ShadowKeyEvent()
           
 
Method Summary
 void __constructor__(int action, int code)
           
 int getAction()
           
 int getKeyCode()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShadowKeyEvent

public ShadowKeyEvent()
Method Detail

__constructor__

public void __constructor__(int action,
                            int code)

getAction

@Implementation
public final int getAction()

getKeyCode

@Implementation
public final int getKeyCode()