android.os
Class Vibrator

java.lang.Object
  extended by android.os.Vibrator

public class Vibrator
extends java.lang.Object


Method Summary
 void cancel()
           
 void vibrate(long milliseconds)
           
 void vibrate(long[] pattern, int repeat)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

vibrate

public void vibrate(long milliseconds)

vibrate

public void vibrate(long[] pattern,
                    int repeat)

cancel

public void cancel()


Copyright © 2008-2010. All Rights Reserved.