Back to project page Aviary-Android-SDK.
The source code is released under:
AVIARY API TERMS OF USE Full Legal Agreement The following terms and conditions and the terms and conditions at http://www.aviary.com/terms (collectively, the ?Terms??) govern your use of any and ...
If you think the Android project Aviary-Android-SDK listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.aviary.android.feather.widget; /* w w w . j a v a2 s .c o m*/ public interface VibrationWidget { /** * Enable the vibration feedback * * @param value */ public void setVibrationEnabled( boolean value ); /** * Get the vibration feedback enabled status * * @return */ public boolean getVibrationEnabled(); }