FileDocCategorySizeDatePackage
MonkeyEventSource.javaAPI DocAndroid 1.5 API1255Wed May 06 22:41:08 BST 2009com.android.commands.monkey

MonkeyEventSource

public interface MonkeyEventSource
event source interface

Fields Summary
Constructors Summary
Methods Summary
public MonkeyEventgetNextEvent()

return
the next monkey event from the source

public voidsetVerbose(int verbose)
set verbose to allow different level of log

param
verbose output mode? 1= verbose, 2=very verbose

public booleanvalidate()
check whether precondition is satisfied

return
false if something fails, e.g. factor failure in random source or file can not open from script source etc