android.test.mock
Class MockDialogInterface

java.lang.Object
  extended by android.test.mock.MockDialogInterface
All Implemented Interfaces:
android.content.DialogInterface

public class MockDialogInterface
extends Object
implements android.content.DialogInterface


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.content.DialogInterface
android.content.DialogInterface.OnCancelListener, android.content.DialogInterface.OnClickListener, android.content.DialogInterface.OnDismissListener, android.content.DialogInterface.OnKeyListener, android.content.DialogInterface.OnMultiChoiceClickListener, android.content.DialogInterface.OnShowListener
 
Field Summary
 
Fields inherited from interface android.content.DialogInterface
BUTTON_NEGATIVE, BUTTON_NEUTRAL, BUTTON_POSITIVE, BUTTON1, BUTTON2, BUTTON3
 
Constructor Summary
MockDialogInterface()
           
 
Method Summary
 void cancel()
           
 void dismiss()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockDialogInterface

public MockDialogInterface()
Method Detail

cancel

public void cancel()
Specified by:
cancel in interface android.content.DialogInterface

dismiss

public void dismiss()
Specified by:
dismiss in interface android.content.DialogInterface


Copyright © 2008-2012. All Rights Reserved.