com.taztag.taztagguam.power
Class TazTagPowerService.PeripheralEvents

java.lang.Object
  extended by android.content.BroadcastReceiver
      extended by com.taztag.taztagguam.power.TazTagPowerService.PeripheralEvents
Enclosing class:
TazTagPowerService

public class TazTagPowerService.PeripheralEvents
extends android.content.BroadcastReceiver

Receives the low level intent (GUAM_PERIPH_CONNECT / GUAM_PERIPH_DISCONNECT) and dispatch it to the client


Nested Class Summary
 
Nested classes/interfaces inherited from class android.content.BroadcastReceiver
android.content.BroadcastReceiver.PendingResult
 
Constructor Summary
TazTagPowerService.PeripheralEvents()
           
 
Method Summary
 void onReceive(android.content.Context context, android.content.Intent intent)
           
 
Methods inherited from class android.content.BroadcastReceiver
abortBroadcast, clearAbortBroadcast, getAbortBroadcast, getDebugUnregister, getPendingResult, getResultCode, getResultData, getResultExtras, getSendingUserId, goAsync, isInitialStickyBroadcast, isOrderedBroadcast, peekService, setDebugUnregister, setOrderedHint, setPendingResult, setResult, setResultCode, setResultData, setResultExtras
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TazTagPowerService.PeripheralEvents

public TazTagPowerService.PeripheralEvents()
Method Detail

onReceive

public void onReceive(android.content.Context context,
                      android.content.Intent intent)
Specified by:
onReceive in class android.content.BroadcastReceiver