de.palmmedia.android
Interface ShakeEventListener


public interface ShakeEventListener

Used for receiving notifications from the ShakeDetector when shakes are detected.

Author:
Daniel Palme

Method Summary
 void onShake()
          Executed when a shake is detected.
 

Method Detail

onShake

void onShake()
Executed when a shake is detected.