| 12345678910111213141516171819202122232425 |
- // Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
- // Jad home page: http://www.geocities.com/kpdus/jad.html
- // Decompiler options: braces fieldsfirst space lnc
- package eVVM.apk.helper.basepicker;
- // Referenced classes of package com.qingchifan.view:
- // LoopView, LoopListener
- final class LoopRunnable implements Runnable {
- final LoopMsgView loopView;
- LoopRunnable(LoopMsgView loopview) {
- super();
- loopView = loopview;
- }
- public final void run() {
- LoopListener listener = loopView.loopListener;
- int i = LoopMsgView.getSelectItem(loopView);
- listener.onItemSelect(i);
- }
- }
|