bc189e65255a72dea4b2eefa4d90de92cfdab2dc.svn-base 660 B

12345678910111213141516171819202122232425
  1. // Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
  2. // Jad home page: http://www.geocities.com/kpdus/jad.html
  3. // Decompiler options: braces fieldsfirst space lnc
  4. package eVVM.apk.helper.basepicker;
  5. // Referenced classes of package com.qingchifan.view:
  6. // LoopView, LoopListener
  7. final class LoopRunnable implements Runnable {
  8. final LoopMsgView loopView;
  9. LoopRunnable(LoopMsgView loopview) {
  10. super();
  11. loopView = loopview;
  12. }
  13. public final void run() {
  14. LoopListener listener = loopView.loopListener;
  15. int i = LoopMsgView.getSelectItem(loopView);
  16. listener.onItemSelect(i);
  17. }
  18. }