at.abraxas.amarino.plugin
Class PluginReceiver

java.lang.Object
  extended by BroadcastReceiver
      extended by at.abraxas.amarino.plugin.PluginReceiver

public abstract class PluginReceiver
extends BroadcastReceiver


Field Summary
 java.lang.Class<?> serviceClass
           
 
Constructor Summary
PluginReceiver()
           
 
Method Summary
 void onReceive(Context context, Intent intent)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serviceClass

public java.lang.Class<?> serviceClass
Constructor Detail

PluginReceiver

public PluginReceiver()
Method Detail

onReceive

public void onReceive(Context context,
                      Intent intent)