org.tamanegi.wallpaper.multipicture.plugin
クラス LazyPickerClient

java.lang.Object
  上位を拡張 org.tamanegi.wallpaper.multipicture.plugin.LazyPickerClient

public abstract class LazyPickerClient
extends Object


コンストラクタの概要
LazyPickerClient(Context context, ComponentName comp, String key, ScreenInfo hint)
           
LazyPickerClient(Context context, ComponentName comp, String key, ScreenInfo hint, Looper looper)
           
 
メソッドの概要
protected  void onNotifyChanged()
           
protected abstract  void onReceiveNext(PictureContentInfo content)
           
protected  void onStartCompleted()
           
protected  void onStopCompleted()
           
 void sendGetNext()
           
 void sendStop()
           
 boolean start()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

LazyPickerClient

public LazyPickerClient(Context context,
                        ComponentName comp,
                        String key,
                        ScreenInfo hint)

LazyPickerClient

public LazyPickerClient(Context context,
                        ComponentName comp,
                        String key,
                        ScreenInfo hint,
                        Looper looper)
メソッドの詳細

onReceiveNext

protected abstract void onReceiveNext(PictureContentInfo content)

onNotifyChanged

protected void onNotifyChanged()

onStartCompleted

protected void onStartCompleted()

onStopCompleted

protected void onStopCompleted()

start

public boolean start()

sendStop

public void sendStop()

sendGetNext

public void sendGetNext()